[oe-commits] Ross Burton : default-distrovars: add gcc-source recipe to the GPLv3 whitelist

git at git.openembedded.org git at git.openembedded.org
Fri Dec 5 18:01:37 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: fd58d0e920707198caf62ffef50b67c7c7882c69
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fd58d0e920707198caf62ffef50b67c7c7882c69

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Dec  4 15:20:53 2014 +0000

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 <ross.burton at intel.com>

---

 meta/conf/distro/include/default-distrovars.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
index 8d24d66..04037c3 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"



More information about the Openembedded-commits mailing list