]> code.ossystems Code Review - openembedded-core.git/commitdiff
default-distrovars: Clean up gcc license issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Apr 2015 09:36:27 +0000 (10:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Apr 2015 08:29:07 +0000 (09:29 +0100)
There are several entries here which are not needed with the
modern license handling code:

gcc-source - moved to direct handling in base.bbclass
             (due to version appended to the name)
libgcc - Listed as GPLv3 exception for its packages
libgcc-initial - Listed as GPLv3 exception
gcc-runtime - Indivisual packages listed as GPLv3 exception where appropriate

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/default-distrovars.inc

index 04037c3399cc1ec63bdf2ab7d28a9c9c6e0d1291..29b762b2273371cb0067ea1b8858f5669aa2cdc2 100644 (file)
@@ -25,7 +25,7 @@ IMAGE_FEATURES ?= ""
 # directly part of the distribution. 
 HOSTTOOLS_WHITELIST_GPL-3.0 ?= ""
 WHITELIST_GPL-3.0 ?= "less"
-LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan gnutls libtasn1 libidn gcc-source libgcc libgcc-initial gcc-runtime"
+LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan gnutls libtasn1 libidn"
 
 COMMERCIAL_AUDIO_PLUGINS ?= ""
 # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse"