From: Ross Burton Date: Thu, 4 Dec 2014 15:20:53 +0000 (+0000) Subject: default-distrovars: add gcc-source recipe to the GPLv3 whitelist X-Git-Tag: 2015-4~1065 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fd58d0e920707198caf62ffef50b67c7c7882c69;p=openembedded-core.git default-distrovars: add gcc-source recipe to the GPLv3 whitelist gcc-source is a convenience recipe to save duplicate copies of the GCC source tree and should be whitelisted for GPLv3 avoidance along with the rest of GCC. Signed-off-by: Ross Burton --- diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 8d24d66fc1..04037c3399 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 libgcc libgcc-initial gcc-runtime" +LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan gnutls libtasn1 libidn gcc-source libgcc libgcc-initial gcc-runtime" COMMERCIAL_AUDIO_PLUGINS ?= "" # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse"