summaryrefslogtreecommitdiff
path: root/recipes/libidn/libidn_1.15.bb
diff options
context:
space:
mode:
authorMichael Lippautz <michael.lippautz@gmail.com>2010-03-04 20:39:23 +0100
committerMichael Lippautz <michael.lippautz@gmail.com>2010-03-04 20:42:43 +0100
commite2f1bc83c31b8a56e152cd0e53fd394c01e2cfbd (patch)
treed3df61d0e4c4f54edf14c22ef9329551f8fb8da0 /recipes/libidn/libidn_1.15.bb
parentb98404cdd82b77f223b7c0dde5ca4bfd1897ea4e (diff)
libidn: Bump version to 1.18
Diffstat (limited to 'recipes/libidn/libidn_1.15.bb')
-rw-r--r--recipes/libidn/libidn_1.15.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes/libidn/libidn_1.15.bb b/recipes/libidn/libidn_1.15.bb
deleted file mode 100644
index 2381bf01ee..0000000000
--- a/recipes/libidn/libidn_1.15.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-LICENSE = "LGPL"
-DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
-SECTION = "libs"
-PRIORITY = "optional"
-PR = "r0"
-
-inherit pkgconfig autotools
-
-SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz"
-
-EXTRA_OECONF = " --disable-tld"
-
-do_configure_prepend () {
- autoreconf -f -i -s
-}