[oe-commits] [openembedded-core] 17/22: Revert "gcc: Fix the license on GNU OpenMP"

git at git.openembedded.org git at git.openembedded.org
Sat Mar 12 09:19:39 UTC 2016


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

commit b08fe67d4fa30d920e66d93b226d7412d84d94bb
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Mar 11 17:01:19 2016 +0000

    Revert "gcc: Fix the license on GNU OpenMP"
    
    This reverts commit 892fbe373c5cff7b2f28b58aa2508b47e53d3e63.
---
 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 7ac9452..d4cfe08 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 = ""

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


More information about the Openembedded-commits mailing list