libidn: upgrade from 1.20 to 1.22

- update the license checksum due to some text indent change

(From OE-Core rev: 1831ede4d94a40087cc7da9f0611f9bda057e0c1)

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yu Ke 2011-06-17 15:00:12 +08:00 committed by Richard Purdie
parent 9fc07c91e8
commit c4d062c1d2
1 changed files with 1 additions and 4 deletions

View File

@ -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"