mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
poky.conf: add additional Libraries to the LGPLv2 Whitelist
The ligcc and gcc-runtime both are LGPLv2 libraries although they are part of the large GCC GPLv3 code. There is clearly called out exceptions for these libraries. (From OE-Core rev: 63c68ba8a546bd7f05fb048fb2abaa5cfb5eb16c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e6a8e53a8d
commit
4d20c5ffd1
@@ -131,7 +131,7 @@ EXTRAOPKGCONFIG = "poky-feed-config-opkg"
|
||||
# directly part of the distribution.
|
||||
HOSTTOOLS_WHITELIST_GPLv3 ?= ""
|
||||
WHITELIST_GPLv3 ?= "less gnome-common"
|
||||
LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn"
|
||||
LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc gcc-runtime"
|
||||
|
||||
# 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