diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-17 01:12:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-17 15:57:48 +0000 |
commit | 5abe730df009931f5745aadf613d64fe964f94b2 (patch) | |
tree | bc2c04f6aca85680663bf4df0e73d7b8726ede67 | |
parent | 63c68ba8a546bd7f05fb048fb2abaa5cfb5eb16c (diff) | |
download | openembedded-core-5abe730df009931f5745aadf613d64fe964f94b2.tar.gz openembedded-core-5abe730df009931f5745aadf613d64fe964f94b2.tar.bz2 openembedded-core-5abe730df009931f5745aadf613d64fe964f94b2.zip |
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
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
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" # 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" +WHITELIST_GPLv3 ?= "less" LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc gcc-runtime" # This is a list of packages that require a commercial license to ship |