From 39e1351cba6a9fa290c9e0677aebbe53134c483f Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Thu, 10 Mar 2016 15:07:04 +0100 Subject: gcc: Fix the license on GNU OpenMP Poky jethro has libgomp ( GNU OpenMP ) license marked as GPL-3.0, where's in fact the correct is GPL-3.0 with GCC Library Runtime Exception (From OE-Core rev: e24c8be86080bd67ef1c5aa3b9885396dc2774b2) Signed-off-by: Helio Chissini de Castro Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-runtime.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-devtools/gcc/gcc-runtime.inc') diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 312103c3ce..bb51f11e4f 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc @@ -137,9 +137,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 = "GPLv3" -LICENSE_libgomp-dev = "GPLv3" -LICENSE_libgomp-staticdev = "GPLv3" +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" # The base package doesn't exist, so we clear the recommends. RRECOMMENDS_${PN}-dbg = "" -- cgit v1.2.3-54-g00ecf