aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libidn/libidn_1.15.bb
blob: 2381bf01ee326561332d5c4b7a8b40a29ceb25ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}