summaryrefslogtreecommitdiff
path: root/packages/nonworking/lftp
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-01 20:00:33 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-01 20:00:33 +0000
commit99debd0e40cdc43a2095532f47cd62324c4ed876 (patch)
treed683c31847e6d736b02847764db10d5efbbed11c /packages/nonworking/lftp
parentab67190c725b7084dcb313a800dd2efa679789cb (diff)
add teTeX - a complete TeX distribution for UNIX compatible systems
Diffstat (limited to 'packages/nonworking/lftp')
-rw-r--r--packages/nonworking/lftp/lftp_3.2.1.bb7
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
-}
-