[oe-commits] [openembedded-core] 04/15: default-distrovars.inc: remove gnutls + libtasn1 from LGPLv2_WHITELIST_GPL-3.0

git at git.openembedded.org git at git.openembedded.org
Wed Mar 30 20:24:47 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 0a42e49bdcbc2f1f63b9d3fda9d4bc0f87a8eb01
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Wed Mar 30 13:08:30 2016 -0700

    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).
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/default-distrovars.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
index ce42bde..9779bfb 100644
--- a/meta/conf/distro/include/default-distrovars.inc
+++ b/meta/conf/distro/include/default-distrovars.inc
@@ -26,7 +26,7 @@ IMAGE_FEATURES ?= ""
 # directly part of the distribution. 
 HOSTTOOLS_WHITELIST_GPL-3.0 ?= ""
 WHITELIST_GPL-3.0 ?= ""
-LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan gnutls libtasn1 libidn"
+LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan libidn"
 
 COMMERCIAL_AUDIO_PLUGINS ?= ""
 # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list