From 15c5b2afcb25d0a92b90fdf403c7361147de8a2c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 11 Mar 2016 17:01:19 +0000 Subject: Revert "gcc: Fix the license on GNU OpenMP" This reverts commit 892fbe373c5cff7b2f28b58aa2508b47e53d3e63. Signed-off-by: Richard Purdie --- 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 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 = "" -- cgit 1.2.3-korg