From ff27ae7f7eab4445a39e7bd7539243c6ec5f3540 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 29 Jul 2004 17:10:06 +0000 Subject: Merge openembedded@openembedded.bkbits.net:packages into handhelds.org:/home/kergoth/code/packages 2004/07/29 12:09:11-05:00 handhelds.org!kergoth Unbreak the ncftp build, and add ncftp 3.1.8. 2004/07/29 00:34:17-05:00 handhelds.org!kergoth Add art_config.h (libart-lgpl) for the arm-linux-uclibc target. 2004/07/29 00:21:56-05:00 handhelds.org!kergoth Add module-init-tools 3.1-pre5. 2004/07/29 00:21:41-05:00 handhelds.org!kergoth Add patchutils 0.2.30. 2004/07/29 00:21:28-05:00 handhelds.org!kergoth Add samba 3.0.5. BKrev: 41092f6e_8obO3rqQoDBUt_7_FFKoQ --- ncftp/ncftp/acinclude.m4 | 0 ncftp/ncftp_3.1.7.oe | 6 +++--- ncftp/ncftp_3.1.8.oe | 0 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 ncftp/ncftp/acinclude.m4 create mode 100644 ncftp/ncftp_3.1.8.oe (limited to 'ncftp') diff --git a/ncftp/ncftp/acinclude.m4 b/ncftp/ncftp/acinclude.m4 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/ncftp/ncftp_3.1.7.oe b/ncftp/ncftp_3.1.7.oe index 04522814c7..52e4207261 100644 --- a/ncftp/ncftp_3.1.7.oe +++ b/ncftp/ncftp_3.1.7.oe @@ -1,14 +1,14 @@ -BROKEN = "1" DESCRIPTION = "A sophisticated console ftp client" SECTION = "base" PRIORITY = "optional" -SRC_URI = "ftp://ftp.ncftp.com/ncftp/ncftp-${PV}-src.tar.bz2" +SRC_URI = "ftp://ftp.ncftp.com/ncftp/ncftp-${PV}-src.tar.bz2 \ + file://acinclude.m4" inherit autotools do_configure_prepend () { - install -m 0644 autoconf/aclocal.m4 acinclude.m4 + install -m 0644 ${WORKDIR}/acinclude.m4 acinclude.m4 } do_install () { diff --git a/ncftp/ncftp_3.1.8.oe b/ncftp/ncftp_3.1.8.oe new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3