]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc: Fix the license on GNU OpenMP
authorHelio Chissini de Castro <helio.castro@bmw-carit.de>
Thu, 10 Mar 2016 14:07:04 +0000 (15:07 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Mar 2016 16:50:26 +0000 (16:50 +0000)
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@bmw-carit.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-runtime.inc

index 312103c3cea2a581fa4baed80945dc0b13cd14ef..bb51f11e4f10448e001baac4cbd65dec3cd01a56 100644 (file)
@@ -137,9 +137,9 @@ LICENSE_libitm = "GPL-3.0-with-GCC-exception"
 LICENSE_libitm-dev = "GPL-3.0-with-GCC-exception"
 LICENSE_libitm-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 = ""