summaryrefslogtreecommitdiff
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:44:29 +0100
commit1831ede4d94a40087cc7da9f0611f9bda057e0c1 (patch)
tree4d65d4d3809e0c5ad5d1f45ee689829445012473 /meta/recipes-extended/libidn/libidn_1.20.bb
parentcff5b446701d5f59fc6b346459bec0faed2310fe (diff)
downloadopenembedded-core-1831ede4d94a40087cc7da9f0611f9bda057e0c1.tar.gz
openembedded-core-1831ede4d94a40087cc7da9f0611f9bda057e0c1.tar.bz2
openembedded-core-1831ede4d94a40087cc7da9f0611f9bda057e0c1.tar.xz
openembedded-core-1831ede4d94a40087cc7da9f0611f9bda057e0c1.zip
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/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 fa8953b08..000000000
--- a/meta/recipes-extended/libidn/libidn_1.20.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-SUMMARY = "Internationalized Domain Name support library"
-DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
-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://lib/idna.h;endline=21;md5=dbd4426bbc38846d5a6b94c3570fd756 \
- file://src/idn.c;endline=20;md5=e7bc77cab53f7367b7e381aaa546e76c"
-PR = "r0"
-
-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"
-FILES_idn = "${bindir}/*"
-
-EXTRA_OECONF = " --disable-tld"