aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libidn/libidn_1.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libidn/libidn_1.15.bb')
-rw-r--r--recipes/libidn/libidn_1.15.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes/libidn/libidn_1.15.bb b/recipes/libidn/libidn_1.15.bb
deleted file mode 100644
index 0a68a796c7..0000000000
--- a/recipes/libidn/libidn_1.15.bb
+++ /dev/null
@@ -1,19 +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
-}
-
-do_stage () {
- autotools_stage_all
-}