]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "gcc: Fix the license on GNU OpenMP"
authorRoss Burton <ross.burton@intel.com>
Fri, 11 Mar 2016 17:01:19 +0000 (17:01 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Mar 2016 22:11:21 +0000 (22:11 +0000)
This reverts commit 892fbe373c5cff7b2f28b58aa2508b47e53d3e63.

meta/recipes-devtools/gcc/gcc-runtime.inc

index 7ac945269ebcac37b3b4e0ff9c1362b65a2880a1..d4cfe08052924a3975b197fcd686fee8cc5c163d 100644 (file)
@@ -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 = ""