libiconv: 1.12 has GPLv3 binaries LGPLv2.1 libraries
authorTom Rini <trini@embeddedalley.com>
Tue, 28 Apr 2009 03:24:21 +0000 (20:24 -0700)
committerTom Rini <trini@embeddedalley.com>
Wed, 6 May 2009 20:20:43 +0000 (13:20 -0700)
recipes/libiconv/libiconv.inc
recipes/libiconv/libiconv_1.12.bb

index c815210..c8bc290 100644 (file)
@@ -4,7 +4,6 @@ HOMEPAGE = "http://www.gnu.org/software/libiconv"
 SECTION = "libs"
 PRIORITY = "optional"
 NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8"
-LICENSE = "LGPL"
 
 SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz \
           file://autotools.patch;patch=1 \
index 129eb13..db53178 100644 (file)
@@ -1,4 +1,5 @@
 require libiconv.inc
+LICENSE = "GPLv3 LGPLv2"
 
 PROVIDES = "virtual/libiconv"
 PR = "r1"