diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-03-30 13:08:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-31 09:15:04 +0100 |
commit | ab6fd488db82c6912777e77dbfbd16e2a67a698b (patch) | |
tree | cc01b552ed169aff4f17b428b4a910834003106f | |
parent | 2123a7ef280c23f80bb6ffa9e023a3fc8f3de864 (diff) | |
download | poky-ab6fd488db82c6912777e77dbfbd16e2a67a698b.tar.gz |
default-distrovars.inc: remove gnutls + libtasn1 from LGPLv2_WHITELIST_GPL-3.0
With the modern license handling code, gnutls and libtasn1 are both
buildable in distros which blacklist GPL-3.0 without needing to be
explicitly whitelisted (since they both provide at least one non
GPLv3 package).
(From OE-Core rev: 0a42e49bdcbc2f1f63b9d3fda9d4bc0f87a8eb01)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
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 ce42bde4fd..9779bfb7bc 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_GPL-3.0 ?= "" | 27 | HOSTTOOLS_WHITELIST_GPL-3.0 ?= "" |
28 | WHITELIST_GPL-3.0 ?= "" | 28 | WHITELIST_GPL-3.0 ?= "" |
29 | LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan gnutls libtasn1 libidn" | 29 | LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan libidn" |
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" |