aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libidn/libidn_1.28.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-08-19 07:49:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-23 09:25:03 +0100
commitda32d09e9ce689d7941fff2ea6d6ddb1295fbbe0 (patch)
treefbbaeb06cf5c76cc6a2e1975fe5fe2f5fc762c57 /meta/recipes-extended/libidn/libidn_1.28.bb
parent8d73b3b028bf81a2b3369960e98c3139e0c11943 (diff)
downloadopenembedded-core-da32d09e9ce689d7941fff2ea6d6ddb1295fbbe0.tar.gz
libidn: Upgrade to 1.29
The COPYING and other files updated the year to 2014 so the Checksums needed to be updated also. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libidn/libidn_1.28.bb')
-rw-r--r--meta/recipes-extended/libidn/libidn_1.28.bb34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-extended/libidn/libidn_1.28.bb b/meta/recipes-extended/libidn/libidn_1.28.bb
deleted file mode 100644
index bd079c1fe2..0000000000
--- a/meta/recipes-extended/libidn/libidn_1.28.bb
+++ /dev/null
@@ -1,34 +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+ | LGPLv3) & GPLv3+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3231f57e8fce0f62f81b03107e788888 \
- file://COPYING.LESSERv2;md5=4fbd65380cdd255951079008b364516c \
- file://COPYING.LESSERv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
- file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
- file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504 \
- file://lib/idna.h;endline=21;md5=f73089b7f52dd2cb3540e274bd76106d \
- file://src/idn.c;endline=20;md5=d7797e6cc3a7b48e6050fc0d27104595"
-
-inherit pkgconfig autotools gettext texinfo
-
-SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz \
- file://libidn_fix_for_automake-1.12.patch \
- file://avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch \
- file://dont-depend-on-help2man.patch \
-"
-
-SRC_URI[md5sum] = "43a6f14b16559e10a492acc65c4b0acc"
-SRC_URI[sha256sum] = "dd357a968449abc97c7e5fa088a4a384de57cb36564f9d4e0d898ecc6373abfb"
-
-# command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ or LGPLv3
-# so package command into a separate package
-PACKAGES =+ "idn"
-FILES_idn = "${bindir}/*"
-
-EXTRA_OECONF = "--disable-csharp"
-
-do_install_append() {
- rm -rf ${D}${datadir}/emacs
-}