libiconv: inherit gettext
authorKhem Raj <raj.khem@gmail.com>
Thu, 6 May 2010 08:19:09 +0000 (01:19 -0700)
committerKhem Raj <raj.khem@gmail.com>
Thu, 6 May 2010 08:19:09 +0000 (01:19 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/libiconv/libiconv.inc
recipes/libiconv/libiconv_1.11.bb
recipes/libiconv/libiconv_1.12.bb

index c8bc290..911bb64 100644 (file)
@@ -11,7 +11,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz \
 
 S = "${WORKDIR}/libiconv-${PV}"
 
-inherit autotools
+inherit autotools gettext
 
 EXTRA_OECONF += "--enable-shared --enable-static --enable-relocatable --disable-rpath"
 
index 1817f08..e6ad3ca 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8"
 PROVIDES = "virtual/libiconv"
-PR = "r4"
+PR = "r5"
 LICENSE = "LGPL"
 SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz"
 
index ebf5f7d..a38248e 100644 (file)
@@ -2,7 +2,7 @@ require libiconv.inc
 LICENSE = "GPLv3 LGPLv2"
 
 PROVIDES = "virtual/libiconv"
-PR = "r1"
+PR = "r2"
 
 #gettext.class cant be inherit here so use this hack
 DEPENDS = "${@['','gettext-native'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"