diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-03-31 11:13:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-31 23:02:27 +0100 |
commit | 8fc8b60005e7641861324c8541fb45058e7aab8e (patch) | |
tree | 6daf6d20003c686f31ed37b052e394924a3e1619 /meta/conf/distro | |
parent | c0e0d061d94a1ed2930cbf9a9445cf8cb9f4f9b3 (diff) | |
download | openembedded-core-8fc8b60005e7641861324c8541fb45058e7aab8e.tar.gz openembedded-core-8fc8b60005e7641861324c8541fb45058e7aab8e.tar.bz2 openembedded-core-8fc8b60005e7641861324c8541fb45058e7aab8e.zip |
base.bbclass: drop obsolete HOSTTOOLS_WHITELIST_GPL-3.0
base.bbclass sets 'check_license' to False (and therefore skips
license checking completely) for native, nativesdk, etc recipes
(ie anything which could potentially be classed as "host tools"),
so supporting a dedicated whitelist of GPLv3 host tools is not
necessary.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 9779bfb7bc..84cdaca0b2 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc @@ -22,9 +22,6 @@ DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC}" IMAGE_FEATURES ?= "" -# This is a list of packages that are used by the build system to build the distribution, they are not -# directly part of the distribution. -HOSTTOOLS_WHITELIST_GPL-3.0 ?= "" WHITELIST_GPL-3.0 ?= "" LGPLv2_WHITELIST_GPL-3.0 ?= "libassuan libidn" |