summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-02-15 21:10:09 -0800
committerSaul Wold <sgw@linux.intel.com>2011-02-16 07:34:52 -0800
commit10c7ca4929b8220c5e56cbf5485be7b34bc12344 (patch)
treeb4d4dbe5e9564f5c9ddc5b43c595cf9d5920bde3 /meta/conf/distro/poky.conf
parentab0e1bed22b5054db5a2b62862134ad3b0714181 (diff)
downloadpoky-10c7ca4929b8220c5e56cbf5485be7b34bc12344.tar.gz
poky.conf: make the WHITELIST for INCOMPATIBLE_LICENSE overridable
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r--meta/conf/distro/poky.conf6
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"
129 129
130# This is a list of packages that are used by poky to build the distribution, they are not 130# This is a list of packages that are used by poky to build the distribution, they are not
131# directly part of the distribution. 131# directly part of the distribution.
132HOSTTOOLS_WHITELIST_GPLv3 = "" 132HOSTTOOLS_WHITELIST_GPLv3 ?= ""
133WHITELIST_GPLv3 = "less gnome-common" 133WHITELIST_GPLv3 ?= "less gnome-common"
134LGPLv2_WHITELIST_GPLv3 = "libassuan gnutls libtasn1 libidn" 134LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn"
135 135
136# This is a list of packages that require a commercial license to ship 136# This is a list of packages that require a commercial license to ship
137# product. If shipped as part of an image these packages may have 137# product. If shipped as part of an image these packages may have