Signed-off-by: Khem Raj <raj.khem@gmail.com>
S = "${WORKDIR}/libiconv-${PV}"
-inherit autotools
+inherit autotools gettext
EXTRA_OECONF += "--enable-shared --enable-static --enable-relocatable --disable-rpath"
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"
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']}"