mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
poky.conf: make the WHITELIST for INCOMPATIBLE_LICENSE overridable
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
@@ -129,9 +129,9 @@ 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.
|
||||
HOSTTOOLS_WHITELIST_GPLv3 = ""
|
||||
WHITELIST_GPLv3 = "less gnome-common"
|
||||
LGPLv2_WHITELIST_GPLv3 = "libassuan gnutls libtasn1 libidn"
|
||||
HOSTTOOLS_WHITELIST_GPLv3 ?= ""
|
||||
WHITELIST_GPLv3 ?= "less gnome-common"
|
||||
LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn"
|
||||
|
||||
# This is a list of packages that require a commercial license to ship
|
||||
# product. If shipped as part of an image these packages may have
|
||||
|
||||
Reference in New Issue
Block a user