diff options
Diffstat (limited to 'libiconv/libiconv-native_1.9.2.oe')
-rw-r--r-- | libiconv/libiconv-native_1.9.2.oe | 29 |
1 files changed, 0 insertions, 29 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 () { - : -} |