aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lftp
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-12-24 08:50:34 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-12-24 16:46:33 +0100
commit018b90264f45a695997e1bfe1fb647dae1b9b746 (patch)
tree573bb85b7ea401a256e4d9a360ee8b4f9a10ea2c /recipes/lftp
parent4352cc35092af610e445e37715e3213cf5218aac (diff)
downloadopenembedded-018b90264f45a695997e1bfe1fb647dae1b9b746.tar.gz
changed rm into rm -f to remove old libtool stuff
this keeps things working even if the files are not there (e.g. because configure is ran twice) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/lftp')
-rw-r--r--recipes/lftp/lftp_4.0.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/lftp/lftp_4.0.5.bb b/recipes/lftp/lftp_4.0.5.bb
index 11f181e5aa..61e12bbef2 100644
--- a/recipes/lftp/lftp_4.0.5.bb
+++ b/recipes/lftp/lftp_4.0.5.bb
@@ -11,7 +11,7 @@ SRC_URI = "http://ftp.yars.free.net/pub/source/lftp/lftp-${PV}.tar.bz2;name=u1"
EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no"
do_configure_prepend () {
- rm ${S}/m4/iconv.m4
+ rm -f ${S}/m4/iconv.m4
}
inherit autotools gettext