]> code.ossystems Code Review - openembedded-core.git/commitdiff
libidn: fix inherit, add gettext and change autotools
authorJoshua Lock <josh@linux.intel.com>
Wed, 6 Jan 2010 09:16:52 +0000 (09:16 +0000)
committerJoshua Lock <josh@linux.intel.com>
Wed, 6 Jan 2010 09:16:52 +0000 (09:16 +0000)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/libidn/libidn_0.5.19.bb

index a093c111c938a40180a513b1f4cc0d83ac498a86..cf5c6e19259e6217c40db343a426f9259b3a38f3 100644 (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"