diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-01 20:05:07 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-01 20:05:07 +0000 |
commit | 3819a64dd1b4cf7edbadbf532905db489a771276 (patch) | |
tree | cdc62ea5010ceea6271a9635409586afded9e92c /packages/nonworking/lftp | |
parent | 22118081fed3796048591a56fa327ed27668dfd1 (diff) | |
parent | 99debd0e40cdc43a2095532f47cd62324c4ed876 (diff) |
merge of 5ae8db073bc2bb13b71406d13b300a0da7091653
and 5fe78440967952c99c9ba1267d694ee7983611cc
Diffstat (limited to 'packages/nonworking/lftp')
-rw-r--r-- | packages/nonworking/lftp/lftp_3.2.1.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/nonworking/lftp/lftp_3.2.1.bb b/packages/nonworking/lftp/lftp_3.2.1.bb index 70fca7c361..66559c6523 100644 --- a/packages/nonworking/lftp/lftp_3.2.1.bb +++ b/packages/nonworking/lftp/lftp_3.2.1.bb @@ -8,15 +8,10 @@ PR = "r0" SRC_URI = "http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-${PV}.tar.bz2 \ file://pty.patch;patch=1" +S = "${WORKDIR}/lftp-${PV}" EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no" inherit autotools gettext PARALLEL_MAKE = "" - -do_configure() { - gnu-configize - oe_runconf -} - |