]> code.ossystems Code Review - openembedded-core.git/commitdiff
libidn: upgrade from 1.20 to 1.22
authorYu Ke <ke.yu@intel.com>
Fri, 17 Jun 2011 07:00:12 +0000 (15:00 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Jul 2011 11:44:29 +0000 (12:44 +0100)
- update the license checksum due to some text indent change

Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/recipes-extended/libidn/libidn_1.22.bb [moved from meta/recipes-extended/libidn/libidn_1.20.bb with 79% similarity]

similarity index 79%
rename from meta/recipes-extended/libidn/libidn_1.20.bb
rename to meta/recipes-extended/libidn/libidn_1.22.bb
index fa8953b0851d1e0cd28bfddeaad7cea5e775ce72..cf08eaf79bc16140fada4f03839f411e42ce1cc5 100644 (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"