mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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. (From OE-Core rev: fd58d0e920707198caf62ffef50b67c7c7882c69) (From OE-Core rev: 6ec22ea1d40256c0b780c6ba533413684fa02c8e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
8e354428a2
commit
ab5c5e3a0e
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user