diff options
author | Helio Chissini de Castro <helio.castro@bmw-carit.de> | 2016-03-10 15:07:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-11 16:50:44 +0000 |
commit | 39e1351cba6a9fa290c9e0677aebbe53134c483f (patch) | |
tree | 86f779bfe362b88db8a17ada788753638fa5f6c1 /meta/recipes-devtools/gcc/gcc-runtime.inc | |
parent | c6aeef38b89d10b3f5937ebc727ef606849b024d (diff) | |
download | poky-39e1351cba6a9fa290c9e0677aebbe53134c483f.tar.gz |
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
(From OE-Core rev: e24c8be86080bd67ef1c5aa3b9885396dc2774b2)
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>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-runtime.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 312103c3ce..bb51f11e4f 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" | |||
137 | LICENSE_libitm-dev = "GPL-3.0-with-GCC-exception" | 137 | LICENSE_libitm-dev = "GPL-3.0-with-GCC-exception" |
138 | LICENSE_libitm-staticdev = "GPL-3.0-with-GCC-exception" | 138 | LICENSE_libitm-staticdev = "GPL-3.0-with-GCC-exception" |
139 | 139 | ||
140 | LICENSE_libgomp = "GPLv3" | 140 | LICENSE_libgomp = "GPL-3.0-with-GCC-exception" |
141 | LICENSE_libgomp-dev = "GPLv3" | 141 | LICENSE_libgomp-dev = "GPL-3.0-with-GCC-exception" |
142 | LICENSE_libgomp-staticdev = "GPLv3" | 142 | LICENSE_libgomp-staticdev = "GPL-3.0-with-GCC-exception" |
143 | 143 | ||
144 | # The base package doesn't exist, so we clear the recommends. | 144 | # The base package doesn't exist, so we clear the recommends. |
145 | RRECOMMENDS_${PN}-dbg = "" | 145 | RRECOMMENDS_${PN}-dbg = "" |