[oe-commits] org.oe.dev packages/lftp/lftp: Delete the custom iconv.m4 in favor of the staged one fixing the uclibc build

freyther commit openembedded-commits at lists.openembedded.org
Thu May 31 13:24:44 UTC 2007


packages/lftp/lftp: Delete the custom iconv.m4 in favor of the staged one fixing the uclibc build
    Make it use the libiconv iconv.m4 instead of the custom copy

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 5fdb0dc4b9d46e93ef2f8167972489b652ad5830
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5fdb0dc4b9d46e93ef2f8167972489b652ad5830
Files:
1
packages/lftp/lftp_3.5.1.bb
Diffs:

#
# mt diff -r2139dbefcb85eb4a760c2072ca20a065f80ed14a -r5fdb0dc4b9d46e93ef2f8167972489b652ad5830
#
# 
# 
# patch "packages/lftp/lftp_3.5.1.bb"
#  from [32624f15522d38762eb49c7388bfb5f723831baf]
#    to [519d3d4852f9cf64f956d1f004279bf775f44a18]
# 
============================================================
--- packages/lftp/lftp_3.5.1.bb	32624f15522d38762eb49c7388bfb5f723831baf
+++ packages/lftp/lftp_3.5.1.bb	519d3d4852f9cf64f956d1f004279bf775f44a18
@@ -10,4 +10,8 @@ EXTRA_OECONF = "--disable-largefile --di
 
 EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no"
 
+do_configure_prepend () {
+    rm ${S}/m4/iconv.m4
+}
+
 inherit autotools gettext






More information about the Openembedded-commits mailing list