diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-25 18:00:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-25 18:00:38 +0100 |
commit | c446d4edca3b4edfcdee48247391bfb306aab4c2 (patch) | |
tree | 6b226ee67a6a9fc2ac554f63e54ed7378f065186 | |
parent | 1528e596d4906c33e4be83fcf691cfe76d340ff3 (diff) | |
download | poky-c446d4edca3b4edfcdee48247391bfb306aab4c2.tar.gz |
default-distrovars.inc: Add libgcc-initial to the GPLv3 whitelist (same as libgcc)
(From OE-Core rev: 7f951c0185cea5174a8582bf6da4438636990121)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 5ef9c32c39..0bc3adca20 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -26,7 +26,7 @@ IMAGE_FEATURES ?= "" | |||
26 | # directly part of the distribution. | 26 | # directly part of the distribution. |
27 | HOSTTOOLS_WHITELIST_GPLv3 ?= "" | 27 | HOSTTOOLS_WHITELIST_GPLv3 ?= "" |
28 | WHITELIST_GPLv3 ?= "less" | 28 | WHITELIST_GPLv3 ?= "less" |
29 | LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc gcc-runtime" | 29 | LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc libgcc-initial gcc-runtime" |
30 | 30 | ||
31 | COMMERCIAL_AUDIO_PLUGINS ?= "" | 31 | COMMERCIAL_AUDIO_PLUGINS ?= "" |
32 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" | 32 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" |