diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-27 13:01:05 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-27 13:01:05 +0000 |
commit | 901ffa524e8e012d2352f4c62a1c8dbac418432a (patch) | |
tree | aaeeadf35ec2486779985156389f2af2d68eb047 /packages/nonworking/lftp | |
parent | a25707631d7354c6b64a27d8622d9bc8556646d8 (diff) |
nonworking: remove a couple of obsolete files. please don't put files loosely here, put them into directories
Diffstat (limited to 'packages/nonworking/lftp')
-rw-r--r-- | packages/nonworking/lftp/lftp_3.2.1.bb (renamed from packages/nonworking/lftp/lftp_3.2.0.bb) | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/nonworking/lftp/lftp_3.2.0.bb b/packages/nonworking/lftp/lftp_3.2.1.bb index bae2cf9a9d..70fca7c361 100644 --- a/packages/nonworking/lftp/lftp_3.2.0.bb +++ b/packages/nonworking/lftp/lftp_3.2.1.bb @@ -12,3 +12,11 @@ SRC_URI = "http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-$ EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no" inherit autotools gettext + +PARALLEL_MAKE = "" + +do_configure() { + gnu-configize + oe_runconf +} + |