From 8fc8b60005e7641861324c8541fb45058e7aab8e Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Thu, 31 Mar 2016 11:13:06 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/distro/include/default-distrovars.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/conf/distro/include/default-distrovars.inc') 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" -- cgit 1.2.3-korg