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
1 changed files with 2 additions and 2 deletions

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"