From 10c7ca4929b8220c5e56cbf5485be7b34bc12344 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 15 Feb 2011 21:10:09 -0800 Subject: poky.conf: make the WHITELIST for INCOMPATIBLE_LICENSE overridable Signed-off-by: Saul Wold --- meta/conf/distro/poky.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/conf') diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 12f60a1f57..400b8c2dd9 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -129,9 +129,9 @@ EXTRAOPKGCONFIG = "poky-feed-config-opkg" # This is a list of packages that are used by poky to build the distribution, they are not # directly part of the distribution. -HOSTTOOLS_WHITELIST_GPLv3 = "" -WHITELIST_GPLv3 = "less gnome-common" -LGPLv2_WHITELIST_GPLv3 = "libassuan gnutls libtasn1 libidn" +HOSTTOOLS_WHITELIST_GPLv3 ?= "" +WHITELIST_GPLv3 ?= "less gnome-common" +LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn" # This is a list of packages that require a commercial license to ship # product. If shipped as part of an image these packages may have -- cgit v1.2.3-54-g00ecf