[oe-commits] Richard Purdie : default-distrovars: Clean up gcc license issues

git at git.openembedded.org git at git.openembedded.org
Fri May 1 06:40:18 UTC 2015


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Apr 29 10:36:27 2015 +0100

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 at linuxfoundation.org>

---

 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 04037c3..29b762b 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"



More information about the Openembedded-commits mailing list