diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:46:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:46:57 +0000 |
commit | 654abaacc8e90f051c9aff1851f8cdc92fd959b6 (patch) | |
tree | ca9cd607501caf80b5964f78caef764cc6c25172 /libiconv | |
parent | 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff) |
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'libiconv')
-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} |