diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-10-07 14:39:05 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-11-14 16:50:18 -0800 |
commit | 50911329d40d277fef787b08add6d057930ea085 (patch) | |
tree | 0ad78769d678b992c1827b5d7f969d90eb9353be /meta/conf | |
parent | ddbf5e9c48afdeefeaec120a02d43536f5fd1ce1 (diff) | |
download | poky-50911329d40d277fef787b08add6d057930ea085.tar.gz |
base.bbclass/poky.conf: Fix INCOMPATIBLE_LICENSE Whitelist checking
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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" | |||
122 | 122 | ||
123 | # This is a list of packages that are used by poky to build the distribution, they are not | 123 | # This is a list of packages that are used by poky to build the distribution, they are not |
124 | # directly part of the distribution. | 124 | # directly part of the distribution. |
125 | GPLv3_HOSTTOOLS_WHITELIST = "" | 125 | HOSTTOOLS_WHITELIST_GPLv3 = "" |
126 | GPLv3_WHITELIST = "less gnome-common" | 126 | WHITELIST_GPLv3 = "less gnome-common" |
127 | GPLv3_LGPLv2_WHITELIST = "libassuan gnutls libtasn1 libidn" | 127 | LGPLv2_WHITELIST_GPLv3 = "libassuan gnutls libtasn1 libidn" |
128 | 128 | ||
129 | # This is a list of packages that require a commercial license to ship | 129 | # This is a list of packages that require a commercial license to ship |
130 | # product. If shipped as part of an image these packages may have | 130 | # product. If shipped as part of an image these packages may have |