diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-02-15 21:10:09 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-16 07:34:52 -0800 |
commit | 10c7ca4929b8220c5e56cbf5485be7b34bc12344 (patch) | |
tree | b4d4dbe5e9564f5c9ddc5b43c595cf9d5920bde3 | |
parent | ab0e1bed22b5054db5a2b62862134ad3b0714181 (diff) | |
download | openembedded-core-10c7ca4929b8220c5e56cbf5485be7b34bc12344.tar.gz openembedded-core-10c7ca4929b8220c5e56cbf5485be7b34bc12344.tar.bz2 openembedded-core-10c7ca4929b8220c5e56cbf5485be7b34bc12344.zip |
poky.conf: make the WHITELIST for INCOMPATIBLE_LICENSE overridable
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 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 |