diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-01-06 09:16:52 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-01-06 09:16:52 +0000 |
commit | b1b5194dc2b0e05552f69f7ab2352f8cbc30c21b (patch) | |
tree | 9643374c9dba55b33c6e5b1ca4de7679ded428cc /meta/packages/libidn | |
parent | 1ce4a018b1c2bb06e16401a8e912c9a1af23173d (diff) | |
download | poky-b1b5194dc2b0e05552f69f7ab2352f8cbc30c21b.tar.gz |
libidn: fix inherit, add gettext and change autotools
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/libidn')
-rw-r--r-- | meta/packages/libidn/libidn_0.5.19.bb | 4 |
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" | |||
2 | DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." | 2 | DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | PR = "r0" | 5 | PR = "r1" |
6 | 6 | ||
7 | inherit pkgconfig autotools_stage | 7 | inherit pkgconfig autotools gettext |
8 | 8 | ||
9 | SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz" | 9 | SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz" |
10 | 10 | ||