summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
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