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 17:40:44 +0000 |
commit | 490bbfbe4b4c7ec9c0942b5fadae1ad12af31c20 (patch) | |
tree | cff83807db1fe2e6c6a3dbf996bae828a17dfcd7 /meta-yocto | |
parent | 59b059d69f21291e37b900560c829703273a6449 (diff) | |
download | poky-490bbfbe4b4c7ec9c0942b5fadae1ad12af31c20.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-yocto')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index eee12b753c..76620f9e90 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/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. |
132 | HOSTTOOLS_WHITELIST_GPLv3 ?= "" | 132 | HOSTTOOLS_WHITELIST_GPLv3 ?= "" |
133 | WHITELIST_GPLv3 ?= "less gnome-common" | 133 | WHITELIST_GPLv3 ?= "less" |
134 | LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc gcc-runtime" | 134 | LGPLv2_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 |