mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
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
(From OE-Core rev: 48c4922ab921a1bb2103cc331d0839febd36beb8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user