Kill off emte's unnecessary libiconv-native, which when built would break the glib...
authorChris Larson <clarson@kergoth.com>
Sat, 20 Nov 2004 02:54:15 +0000 (02:54 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 20 Nov 2004 02:54:15 +0000 (02:54 +0000)
BKrev: 419eb1d7UR7SecrtHr0qMyDViJBRNg

libiconv/libiconv-native_1.9.2.oe [deleted file]
libiconv/libiconv_1.9.2.oe

diff --git a/libiconv/libiconv-native_1.9.2.oe b/libiconv/libiconv-native_1.9.2.oe
deleted file mode 100644 (file)
index fd976cc..0000000
+++ /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 <emte@labotomy.net>"
-# 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 () {
-       :
-}
index 0b8c853..30dba21 100644 (file)
@@ -5,7 +5,6 @@ SECTION = "e/libs"
 PRIORITY = "optional"
 MAINTAINER = "That Crazy fool emte <emte@labotomy.net>"
 NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8"
-DEPENDS = "libiconv-native"
 PROVIDES = "virtual/libiconv"
 PR = "r2"