summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-03-17 01:12:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-18 12:07:23 +0000
commit3d732748b66a4737ba32643fbcabbf8ec6e9ff7c (patch)
tree9458ff7a156530d05b53d3c91fa97d5b45808498 /meta/conf
parent4d20c5ffd126b400c6e532a58fcbe90a7440dd0d (diff)
downloadpoky-3d732748b66a4737ba32643fbcabbf8ec6e9ff7c.tar.gz
poky.conf: remove gnome-common from WHITELIST_GPLV3
This was due to task-poky-extended pulling in qemu-config for non-GPLv3 poky-image-basic (From OE-Core rev: 5abe730df009931f5745aadf613d64fe964f94b2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/poky.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index eee12b753c..76620f9e90 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -130,7 +130,7 @@ EXTRAOPKGCONFIG = "poky-feed-config-opkg"
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"
134LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc gcc-runtime" 134LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc gcc-runtime"
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