From: Helio Chissini de Castro <[email protected]> Poky jethro has libgomp ( GNU OpenMP ) license marked as GPL-3.0, where's in fact the correct is GPL-3.0 with GCC Library Runtime Exception
Signed-off-by: Helio Chissini de Castro <[email protected]> --- meta/recipes-devtools/gcc/gcc-runtime.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 690d780..b2856d3 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc @@ -119,9 +119,9 @@ LICENSE_libatomic = "GPL-3.0-with-GCC-exception" LICENSE_libatomic-dev = "GPL-3.0-with-GCC-exception" LICENSE_libatomic-staticdev = "GPL-3.0-with-GCC-exception" -LICENSE_libgomp = "GPLv3" -LICENSE_libgomp-dev = "GPLv3" -LICENSE_libgomp-staticdev = "GPLv3" +LICENSE_libgomp = "GPL-3.0-with-GCC-exception" +LICENSE_libgomp-dev = "GPL-3.0-with-GCC-exception" +LICENSE_libgomp-staticdev = "GPL-3.0-with-GCC-exception" # The base package doesn't exist, so we clear the recommends. RRECOMMENDS_${PN}-dbg = "" -- 2.5.0 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
