diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-16 13:53:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-17 15:57:33 +0000 |
commit | 63c68ba8a546bd7f05fb048fb2abaa5cfb5eb16c (patch) | |
tree | 7284fd8d7de76e94bd3c5cf0ed96418156f0ae34 /meta/conf/distro | |
parent | aa42a75e784510e5ee76dc227758bbc7dc650fb3 (diff) | |
download | openembedded-core-63c68ba8a546bd7f05fb048fb2abaa5cfb5eb16c.tar.gz openembedded-core-63c68ba8a546bd7f05fb048fb2abaa5cfb5eb16c.tar.bz2 openembedded-core-63c68ba8a546bd7f05fb048fb2abaa5cfb5eb16c.tar.xz openembedded-core-63c68ba8a546bd7f05fb048fb2abaa5cfb5eb16c.zip |
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.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 71e40de6f..eee12b753 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -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 |