1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

libidn: fix inherit, add gettext and change autotools

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2010-01-06 09:16:52 +00:00
parent 1ce4a018b1
commit b1b5194dc2
+2 -2
View File
@@ -2,9 +2,9 @@ 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"
PR = "r1"
inherit pkgconfig autotools_stage
inherit pkgconfig autotools gettext
SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz"