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 17:40:04 +0000 |
commit | 59b059d69f21291e37b900560c829703273a6449 (patch) | |
tree | 390a150d1615438207b5d307517f98415cfb711b | |
parent | 7958e4016cc221c067cea334a4571c3a86960c4e (diff) | |
download | poky-59b059d69f21291e37b900560c829703273a6449.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>
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 71e40de6f2..eee12b753c 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/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. |
132 | HOSTTOOLS_WHITELIST_GPLv3 ?= "" | 132 | HOSTTOOLS_WHITELIST_GPLv3 ?= "" |
133 | WHITELIST_GPLv3 ?= "less gnome-common" | 133 | WHITELIST_GPLv3 ?= "less gnome-common" |
134 | LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn" | 134 | LGPLv2_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 |