diff options
author | Ross Burton <ross.burton@intel.com> | 2014-12-04 15:20:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-06 14:13:43 +0000 |
commit | ab5c5e3a0efd84b51a0cb4c9928347b30b9d9683 (patch) | |
tree | cc845246a40ab9b27d6a2f0e91efed3461dd3161 /meta | |
parent | 8e354428a24c16ff003885656e0e309ea90a511f (diff) | |
download | poky-ab5c5e3a0efd84b51a0cb4c9928347b30b9d9683.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 ?= "" | |||
25 | # directly part of the distribution. | 25 | # directly part of the distribution. |
26 | HOSTTOOLS_WHITELIST_GPL-3.0 ?= "" | 26 | HOSTTOOLS_WHITELIST_GPL-3.0 ?= "" |
27 | WHITELIST_GPL-3.0 ?= "less" | 27 | WHITELIST_GPL-3.0 ?= "less" |
28 | LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan gnutls libtasn1 libidn libgcc libgcc-initial gcc-runtime" | 28 | LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan gnutls libtasn1 libidn gcc-source libgcc libgcc-initial gcc-runtime" |
29 | 29 | ||
30 | COMMERCIAL_AUDIO_PLUGINS ?= "" | 30 | COMMERCIAL_AUDIO_PLUGINS ?= "" |
31 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" | 31 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" |