libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / gpephone / libidn_0.5.19.bb
blob6336b52ac3401809afeb5baae1e9cf566729b948
1 DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
2 SECTION = "libs"
3 PRIORITY = "optional"
4 LICENSE = "LGPL"
5 PR = "r0"
7 inherit pkgconfig autotools
9 SRC_URI = "http://alpha.gnu.org/gnu/libidn/libidn-${PV}.tar.gz"
11 EXTRA_OECONF = " --disable-tld"
13 do_configure_prepend () {
14 autoreconf -f -i -s
17 do_stage () {
18 autotools_stage_all
21 SRC_URI[md5sum] = "440835808c577073db7d571357223dce"
22 SRC_URI[sha256sum] = "4f707c189259d7b3dda908d78a995366d388fe051aa3554b82cb324426997a23"