summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-01-06 09:16:52 +0000
committerJoshua Lock <josh@linux.intel.com>2010-01-06 09:16:52 +0000
commitb1b5194dc2b0e05552f69f7ab2352f8cbc30c21b (patch)
tree9643374c9dba55b33c6e5b1ca4de7679ded428cc /meta
parent1ce4a018b1c2bb06e16401a8e912c9a1af23173d (diff)
downloadpoky-b1b5194dc2b0e05552f69f7ab2352f8cbc30c21b.tar.gz
libidn: fix inherit, add gettext and change autotools
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/libidn/libidn_0.5.19.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/libidn/libidn_0.5.19.bb b/meta/packages/libidn/libidn_0.5.19.bb
index a093c111c9..cf5c6e1925 100644
--- a/meta/packages/libidn/libidn_0.5.19.bb
+++ b/meta/packages/libidn/libidn_0.5.19.bb
@@ -2,9 +2,9 @@ LICENSE = "LGPL"
2DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." 2DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
3SECTION = "libs" 3SECTION = "libs"
4PRIORITY = "optional" 4PRIORITY = "optional"
5PR = "r0" 5PR = "r1"
6 6
7inherit pkgconfig autotools_stage 7inherit pkgconfig autotools gettext
8 8
9SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz" 9SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz"
10 10