diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-06-02 12:48:03 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-05 06:52:39 -0700 |
commit | d8ca2465eb528bb42bee2076497a6f14829865a4 (patch) | |
tree | e5812e17f162436636c3051095a55c731344d8d7 /recipes/libiconv/libiconv.inc | |
parent | 3dd56a5f0c928b34419c9d8830ff8b3df22c0ac9 (diff) |
libiconv-1.13.1: Add recipes
* Get rid of old style staging.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libiconv/libiconv.inc')
-rw-r--r-- | recipes/libiconv/libiconv.inc | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/recipes/libiconv/libiconv.inc b/recipes/libiconv/libiconv.inc index 6bb85efd25..11dfaf2f4b 100644 --- a/recipes/libiconv/libiconv.inc +++ b/recipes/libiconv/libiconv.inc @@ -6,21 +6,10 @@ PRIORITY = "optional" NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8" SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz \ - file://autotools.patch \ - file://preload.patch" + " S = "${WORKDIR}/libiconv-${PV}" inherit autotools gettext -EXTRA_OECONF += "--enable-shared --enable-static --enable-relocatable --disable-rpath" - -do_configure_append () { - # Fix stupid libtool... handling. rpath handling can't be disabled and the Makefile's can't be regenerated.. - # (GNU sed required) - sed -i s/^hardcode_libdir_flag_spec/#hardcode_libdir_flag_spec/ ${S}/*-libtool -} - -do_stage () { - autotools_stage_all -} +EXTRA_OECONF += "--enable-shared --enable-static --enable-relocatable" |