diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-29 10:36:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-30 09:29:07 +0100 |
commit | 48c4922ab921a1bb2103cc331d0839febd36beb8 (patch) | |
tree | 7394ebbf4645cf26c7b7f349bbd4fcb58f026a01 /meta/conf | |
parent | a3022665600bb3c08f8d4212ffa3516578e86d7c (diff) | |
download | openembedded-core-48c4922ab921a1bb2103cc331d0839febd36beb8.tar.gz openembedded-core-48c4922ab921a1bb2103cc331d0839febd36beb8.tar.bz2 openembedded-core-48c4922ab921a1bb2103cc331d0839febd36beb8.zip |
default-distrovars: Clean up gcc license issues
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>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 04037c3399..29b762b227 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc @@ -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" |