[oe-commits] [openembedded-core] 02/19: gcc: Fix the license on GNU OpenMP

git at git.openembedded.org git at git.openembedded.org
Fri Mar 11 17:19:07 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit e24c8be86080bd67ef1c5aa3b9885396dc2774b2
Author: Helio Chissini de Castro <helio.castro at bmw-carit.de>
AuthorDate: Thu Mar 10 15:07:04 2016 +0100

    gcc: Fix the license on GNU OpenMP
    
    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>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 312103c..bb51f11 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
@@ -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 = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list