summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-03-16 13:53:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-18 12:07:01 +0000
commit4d20c5ffd126b400c6e532a58fcbe90a7440dd0d (patch)
tree562c4c2fe9905fa7ada422938cb491618bd23361 /meta/conf
parente6a8e53a8dbed53c12dfb833a4ef4bc07d9db4d1 (diff)
downloadpoky-4d20c5ffd126b400c6e532a58fcbe90a7440dd0d.tar.gz
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>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/poky.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 71e40de6f2..eee12b753c 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -131,7 +131,7 @@ EXTRAOPKGCONFIG = "poky-feed-config-opkg"
131# directly part of the distribution. 131# directly part of the distribution.
132HOSTTOOLS_WHITELIST_GPLv3 ?= "" 132HOSTTOOLS_WHITELIST_GPLv3 ?= ""
133WHITELIST_GPLv3 ?= "less gnome-common" 133WHITELIST_GPLv3 ?= "less gnome-common"
134LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn" 134LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc gcc-runtime"
135 135
136# This is a list of packages that require a commercial license to ship 136# This is a list of packages that require a commercial license to ship
137# product. If shipped as part of an image these packages may have 137# product. If shipped as part of an image these packages may have