diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-29 17:10:06 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-29 17:10:06 +0000 |
commit | ff27ae7f7eab4445a39e7bd7539243c6ec5f3540 (patch) | |
tree | 7c4692bae79583e914346bded3c7e909f59e7125 /ncftp | |
parent | 35b36408ec6ebfa156b8217e959b1cc3fa3708a8 (diff) |
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
Diffstat (limited to 'ncftp')
-rw-r--r-- | ncftp/ncftp/acinclude.m4 | 0 | ||||
-rw-r--r-- | ncftp/ncftp_3.1.7.oe | 6 | ||||
-rw-r--r-- | ncftp/ncftp_3.1.8.oe | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ncftp/ncftp/acinclude.m4 b/ncftp/ncftp/acinclude.m4 new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ncftp/ncftp/acinclude.m4 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 --- /dev/null +++ b/ncftp/ncftp_3.1.8.oe |