summaryrefslogtreecommitdiff
path: root/libiconv
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-20 02:54:15 +0000
committerChris Larson <clarson@kergoth.com>2004-11-20 02:54:15 +0000
commitd31647dd584e5e1052ea1f6df43d3f11efc75e6a (patch)
tree79841767cf00aa25e65f215ca965c080bfdf545a /libiconv
parenta58673fc9b87e8daa6a57ceda2a0ebf7a0452327 (diff)
Kill off emte's unnecessary libiconv-native, which when built would break the glib-2.0-native build.
BKrev: 419eb1d7UR7SecrtHr0qMyDViJBRNg
Diffstat (limited to 'libiconv')
-rw-r--r--libiconv/libiconv-native_1.9.2.oe29
-rw-r--r--libiconv/libiconv_1.9.2.oe1
2 files changed, 0 insertions, 30 deletions
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 <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 () {
- :
-}
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 <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"