diff options
Diffstat (limited to 'libiconv/libiconv-native_1.9.2.oe')
-rw-r--r-- | libiconv/libiconv-native_1.9.2.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiconv/libiconv-native_1.9.2.oe b/libiconv/libiconv-native_1.9.2.oe index 8c1f4336d6..fd976cc1a7 100644 --- a/libiconv/libiconv-native_1.9.2.oe +++ b/libiconv/libiconv-native_1.9.2.oe @@ -5,7 +5,7 @@ SECTION = "e/libs" PRIORITY = "optional" MAINTAINER = "That Crazy fool emte <emte@labotomy.net>" # FIXME: Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8 -DEPENDS = "gettext-native" +DEPENDS = "" PR = "r1" PROVIDES = "" @@ -15,7 +15,7 @@ EXTRA_OECONF = "--disable-debug" S = "${WORKDIR}/libiconv-${PV}" -inherit autotools native +inherit autotools native gettext do_stage () { oe_libinstall -so -C lib libiconv ${STAGING_LIBDIR} |