aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libidn
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-06-17 15:00:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-04 12:44:29 +0100
commit1831ede4d94a40087cc7da9f0611f9bda057e0c1 (patch)
tree4d65d4d3809e0c5ad5d1f45ee689829445012473 /meta/recipes-extended/libidn
parentcff5b446701d5f59fc6b346459bec0faed2310fe (diff)
downloadopenembedded-core-1831ede4d94a40087cc7da9f0611f9bda057e0c1.tar.gz
libidn: upgrade from 1.20 to 1.22
- update the license checksum due to some text indent change Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-extended/libidn')
-rw-r--r--meta/recipes-extended/libidn/libidn_1.22.bb (renamed from meta/recipes-extended/libidn/libidn_1.20.bb)5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-extended/libidn/libidn_1.20.bb b/meta/recipes-extended/libidn/libidn_1.22.bb
index fa8953b085..cf08eaf79b 100644
--- a/meta/recipes-extended/libidn/libidn_1.20.bb
+++ b/meta/recipes-extended/libidn/libidn_1.22.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.gnu.org/software/libidn/"
SECTION = "libs"
LICENSE = "LGPLv2.1+ & GPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
- file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \
+ file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
file://lib/idna.h;endline=21;md5=dbd4426bbc38846d5a6b94c3570fd756 \
file://src/idn.c;endline=20;md5=e7bc77cab53f7367b7e381aaa546e76c"
PR = "r0"
@@ -13,9 +13,6 @@ inherit pkgconfig autotools gettext
SRC_URI = "${GNU_MIRROR}/libidn/${P}.tar.gz"
-SRC_URI[md5sum] = "03996d474a696e59fdddbee87fc9519c"
-SRC_URI[sha256sum] = "e1bff472e8dce11064508ef5acbd6ac72371d0028f15c65f4a91ed157bfca8b1"
-
# command tool is under GPLv3+, while libidn itself is under LGPLv2.1+
# so package command into a separate package
PACKAGES =+ "idn"