diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-08-16 14:48:04 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-20 16:53:36 +0100 |
commit | 179e056519c5ad761b2d942d7196664874c155e4 (patch) | |
tree | e5b28703e41d0dbc77b88c8cfbaab740b90d4030 /meta/conf | |
parent | e7e01e7831faf2d20fae13f356f58368c0ec99c8 (diff) | |
download | openembedded-core-179e056519c5ad761b2d942d7196664874c155e4.tar.gz openembedded-core-179e056519c5ad761b2d942d7196664874c155e4.tar.bz2 openembedded-core-179e056519c5ad761b2d942d7196664874c155e4.zip |
base.bbclass: Initial work to add GPLv2 Only Build with Whitelist for GPLv3 Native tools
[tweaks from Richard Purdie]
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index cd2067d405..8fb6742d50 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -117,5 +117,11 @@ IMAGE_FEATURES ?= "" 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. +GPLv3_HOSTTOOLS_WHITELIST = "" +GPLv3_WHITELIST = "less gnome-common" +GPLv3_LGPLv2_WHITELIST = "libassuan gnutls libtasn1 libidn" + require conf/distro/include/world-broken.inc require conf/distro/include/distro_tracking_fields.inc |