From 654abaacc8e90f051c9aff1851f8cdc92fd959b6 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 16 Nov 2004 06:46:57 +0000 Subject: Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages. BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw --- libiconv/libiconv-native_1.9.2.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libiconv') 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 " # 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} -- cgit v1.2.3