From 50911329d40d277fef787b08add6d057930ea085 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 7 Oct 2010 14:39:05 -0700 Subject: base.bbclass/poky.conf: Fix INCOMPATIBLE_LICENSE Whitelist checking 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 8cc734e8a0..b3c9f1aea3 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -122,9 +122,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. -GPLv3_HOSTTOOLS_WHITELIST = "" -GPLv3_WHITELIST = "less gnome-common" -GPLv3_LGPLv2_WHITELIST = "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