summaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libidn_0.5.19.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpephone/libidn_0.5.19.bb')
-rw-r--r--recipes/gpephone/libidn_0.5.19.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes/gpephone/libidn_0.5.19.bb b/recipes/gpephone/libidn_0.5.19.bb
deleted file mode 100644
index 202d388745..0000000000
--- a/recipes/gpephone/libidn_0.5.19.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-PR = "r0"
-
-inherit pkgconfig autotools
-
-SRC_URI = "http://alpha.gnu.org/gnu/libidn/libidn-${PV}.tar.gz"
-
-EXTRA_OECONF = " --disable-tld"
-
-do_configure_prepend () {
- autoreconf -f -i -s
-}
-
-SRC_URI[md5sum] = "440835808c577073db7d571357223dce"
-SRC_URI[sha256sum] = "4f707c189259d7b3dda908d78a995366d388fe051aa3554b82cb324426997a23"