From: Chris Larson Date: Sat, 20 Nov 2004 02:54:15 +0000 (+0000) Subject: Kill off emte's unnecessary libiconv-native, which when built would break the glib... X-Git-Tag: Release-2010-05/1~16113 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d31647dd584e5e1052ea1f6df43d3f11efc75e6a;p=openembedded.git Kill off emte's unnecessary libiconv-native, which when built would break the glib-2.0-native build. BKrev: 419eb1d7UR7SecrtHr0qMyDViJBRNg --- diff --git a/libiconv/libiconv-native_1.9.2.oe b/libiconv/libiconv-native_1.9.2.oe deleted file mode 100644 index fd976cc1a7..0000000000 --- a/libiconv/libiconv-native_1.9.2.oe +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "GNU libiconv Native - libiconv is for you if your application needs \ -to support multiple character encodings, but that support lacks from your system." -HOMEPAGE = "http://www.gnu.org/software/libiconv" -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 = "" -PR = "r1" -PROVIDES = "" - -SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz" - -EXTRA_OECONF = "--disable-debug" - -S = "${WORKDIR}/libiconv-${PV}" - -inherit autotools native gettext - -do_stage () { - oe_libinstall -so -C lib libiconv ${STAGING_LIBDIR} - oe_libinstall -so -C lib libiconv_plug_linux ${STAGING_LIBDIR} - oe_libinstall -so -C libcharset/lib libcharset ${STAGING_LIBDIR} - autotools_stage_includes -} - -do_install () { - : -} diff --git a/libiconv/libiconv_1.9.2.oe b/libiconv/libiconv_1.9.2.oe index 0b8c85329b..30dba21fa5 100644 --- a/libiconv/libiconv_1.9.2.oe +++ b/libiconv/libiconv_1.9.2.oe @@ -5,7 +5,6 @@ SECTION = "e/libs" PRIORITY = "optional" MAINTAINER = "That Crazy fool emte " NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8" -DEPENDS = "libiconv-native" PROVIDES = "virtual/libiconv" PR = "r2"