[oe-commits] Michael Lippautz : libidn: Bump version to 1.18

git version control git at git.openembedded.org
Fri Mar 5 10:31:30 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: e2f1bc83c31b8a56e152cd0e53fd394c01e2cfbd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e2f1bc83c31b8a56e152cd0e53fd394c01e2cfbd

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Thu Mar  4 20:39:23 2010 +0100

libidn: Bump version to 1.18

---

 recipes/libidn/libidn_1.15.bb |   15 ---------------
 recipes/libidn/libidn_1.18.bb |   13 +++++++++++++
 2 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/recipes/libidn/libidn_1.15.bb b/recipes/libidn/libidn_1.15.bb
deleted file mode 100644
index 2381bf0..0000000
--- 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
-}
diff --git a/recipes/libidn/libidn_1.18.bb b/recipes/libidn/libidn_1.18.bb
new file mode 100644
index 0000000..7cba669
--- /dev/null
+++ b/recipes/libidn/libidn_1.18.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
+SECTION = "libs"
+LICENSE = "LGPL"
+PRIORITY = "optional"
+PR = "r0"
+
+SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz;name=libidn"
+SRC_URI[libidn.md5sum] = "66f115347439f56386f37a3ad92c1da2"
+SRC_URI[libidn.sha256sum] = "b824ef81319f4ba1a2e49b7208a3ad820a1baa7369e4555b8e45227e5796e77c"
+
+EXTRA_OECONF = "--disable-tld"
+
+inherit autotools





More information about the Openembedded-commits mailing list