git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e518ed5
)
packages/lftp/lftp: Delete the custom iconv.m4 in favor of the staged one fixing...
author
Holger Freyther
<zecke@selfish.org>
Thu, 31 May 2007 10:24:06 +0000
(10:24 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Thu, 31 May 2007 10:24:06 +0000
(10:24 +0000)
Make it use the libiconv iconv.m4 instead of the custom copy
packages/lftp/lftp_3.5.1.bb
patch
|
blob
|
history
diff --git
a/packages/lftp/lftp_3.5.1.bb
b/packages/lftp/lftp_3.5.1.bb
index
df184ae
..
1390f0b
100644
(file)
--- a/
packages/lftp/lftp_3.5.1.bb
+++ b/
packages/lftp/lftp_3.5.1.bb
@@
-10,4
+10,8
@@
SRC_URI = "ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/lftp-3.5.1.tar.bz2"
EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no"
+do_configure_prepend () {
+ rm ${S}/m4/iconv.m4
+}
+
inherit autotools gettext