aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-03-11 17:01:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-12 22:11:21 +0000
commitb21f2c4562c03e6bde54c20eb52300c8baaf6bb6 (patch)
tree7af47ad0bd1cefb2e8426533922a85013a639e18
parent4739aa620464469447f98a3ab840d0ec182ad1d1 (diff)
downloadopenembedded-core-contrib-b21f2c4562c03e6bde54c20eb52300c8baaf6bb6.tar.gz
Revert "gcc: Fix the license on GNU OpenMP"
This reverts commit 892fbe373c5cff7b2f28b58aa2508b47e53d3e63.
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime.inc6
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"
LICENSE_libitm-dev = "GPL-3.0-with-GCC-exception"
LICENSE_libitm-staticdev = "GPL-3.0-with-GCC-exception"
-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"
+LICENSE_libgomp = "GPLv3"
+LICENSE_libgomp-dev = "GPLv3"
+LICENSE_libgomp-staticdev = "GPLv3"
# The base package doesn't exist, so we clear the recommends.
RRECOMMENDS_${PN}-dbg = ""