diff options
author | Ross Burton <ross.burton@intel.com> | 2014-12-04 15:20:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-05 18:01:07 +0000 |
commit | 0ca237ddd9fad722b5a98d9e7715cdd9de5aff2e (patch) | |
tree | 55745bd4ca467774f50322faa5c498408e2d7877 /meta/conf/distro | |
parent | 450651b788e667de29a294665254d4528066a328 (diff) | |
download | poky-0ca237ddd9fad722b5a98d9e7715cdd9de5aff2e.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)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-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" |