summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libidn/libidn_1.20.bb
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:45:31 +0100
commitc4d062c1d2fde8a0d2e0cf34dada42b540916543 (patch)
tree5e42f858ccef5bde715b43a1d9eb6a44a666d439 /meta/recipes-extended/libidn/libidn_1.20.bb
parent9fc07c91e8453a41883d1a7b5e94ce6d0508238e (diff)
downloadpoky-c4d062c1d2fde8a0d2e0cf34dada42b540916543.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/libidn/libidn_1.20.bb')
-rw-r--r--meta/recipes-extended/libidn/libidn_1.20.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-extended/libidn/libidn_1.20.bb b/meta/recipes-extended/libidn/libidn_1.20.bb
deleted file mode 100644
index fa8953b085..0000000000
--- a/meta/recipes-extended/libidn/libidn_1.20.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1SUMMARY = "Internationalized Domain Name support library"
2DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
3HOMEPAGE = "http://www.gnu.org/software/libidn/"
4SECTION = "libs"
5LICENSE = "LGPLv2.1+ & GPLv3+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
7 file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \
8 file://lib/idna.h;endline=21;md5=dbd4426bbc38846d5a6b94c3570fd756 \
9 file://src/idn.c;endline=20;md5=e7bc77cab53f7367b7e381aaa546e76c"
10PR = "r0"
11
12inherit pkgconfig autotools gettext
13
14SRC_URI = "${GNU_MIRROR}/libidn/${P}.tar.gz"
15
16SRC_URI[md5sum] = "03996d474a696e59fdddbee87fc9519c"
17SRC_URI[sha256sum] = "e1bff472e8dce11064508ef5acbd6ac72371d0028f15c65f4a91ed157bfca8b1"
18
19# command tool is under GPLv3+, while libidn itself is under LGPLv2.1+
20# so package command into a separate package
21PACKAGES =+ "idn"
22FILES_idn = "${bindir}/*"
23
24EXTRA_OECONF = " --disable-tld"