diff options
author | Ross Burton <ross.burton@intel.com> | 2016-03-11 17:01:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-12 22:11:48 +0000 |
commit | 15c5b2afcb25d0a92b90fdf403c7361147de8a2c (patch) | |
tree | 89ff94e0fec6a11cdec874b71cd769f50170e2d7 /meta | |
parent | d5cdb482ef598cebb5b44173bac27e5432f87e15 (diff) | |
download | poky-15c5b2afcb25d0a92b90fdf403c7361147de8a2c.tar.gz |
Revert "gcc: Fix the license on GNU OpenMP"
This reverts commit 892fbe373c5cff7b2f28b58aa2508b47e53d3e63.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 7ac945269e..d4cfe08052 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
@@ -138,9 +138,9 @@ LICENSE_libitm = "GPL-3.0-with-GCC-exception" | |||
138 | LICENSE_libitm-dev = "GPL-3.0-with-GCC-exception" | 138 | LICENSE_libitm-dev = "GPL-3.0-with-GCC-exception" |
139 | LICENSE_libitm-staticdev = "GPL-3.0-with-GCC-exception" | 139 | LICENSE_libitm-staticdev = "GPL-3.0-with-GCC-exception" |
140 | 140 | ||
141 | LICENSE_libgomp = "GPL-3.0-with-GCC-exception" | 141 | LICENSE_libgomp = "GPLv3" |
142 | LICENSE_libgomp-dev = "GPL-3.0-with-GCC-exception" | 142 | LICENSE_libgomp-dev = "GPLv3" |
143 | LICENSE_libgomp-staticdev = "GPL-3.0-with-GCC-exception" | 143 | LICENSE_libgomp-staticdev = "GPLv3" |
144 | 144 | ||
145 | # The base package doesn't exist, so we clear the recommends. | 145 | # The base package doesn't exist, so we clear the recommends. |
146 | RRECOMMENDS_${PN}-dbg = "" | 146 | RRECOMMENDS_${PN}-dbg = "" |