mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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. (From OE-Core rev: 8fc8b60005e7641861324c8541fb45058e7aab8e) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5293b834c1
commit
efe73cb5a7
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user