1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00
Files
2010-01-06 09:16:52 +00:00

16 lines
419 B
BlitzBasic

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 = "r1"
inherit pkgconfig autotools gettext
SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz"
EXTRA_OECONF = " --disable-tld"
do_configure_prepend () {
autoreconf -f -i -s
}