[yocto] [PATCH][oe-core] gcc: Fix the license on GNU OpenMP

helio.castro at bmw-carit.de helio.castro at bmw-carit.de
Thu Mar 10 06:07:04 PST 2016


From: Helio Chissini de Castro <helio.castro at bmw-carit.de>

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 <helio.castro at bmw-carit.de>
---
 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




More information about the yocto mailing list