diff options
| author | Mingli Yu <Mingli.Yu@windriver.com> | 2016-08-16 17:32:03 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-08-16 21:26:15 -0400 |
| commit | 02a390b79bdc089eb583e443ee04f60bffd409eb (patch) | |
| tree | 0907c6015313097ce156107cdeedcea9ca3d41fc /meta-networking/recipes-support/tnftp/tnftp_20130505.bb | |
| parent | 5fdc25afc62269a4e129846f0209223885d626e9 (diff) | |
| download | meta-openembedded-02a390b79bdc089eb583e443ee04f60bffd409eb.tar.gz | |
tnftp: tnftp20130505 -> tnftp20151004
Upgrade tnftp from tnftp20130505 to tnftp20151004
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/tnftp/tnftp_20130505.bb')
| -rw-r--r-- | meta-networking/recipes-support/tnftp/tnftp_20130505.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-networking/recipes-support/tnftp/tnftp_20130505.bb b/meta-networking/recipes-support/tnftp/tnftp_20130505.bb deleted file mode 100644 index 7d1c5152b2..0000000000 --- a/meta-networking/recipes-support/tnftp/tnftp_20130505.bb +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | SUMMARY = "Enhanced NetBSD ftp client" | ||
| 2 | DESCRIPTION = "tnftp (formerly known as lukemftp) is a port of the NetBSD FTP client \ | ||
| 3 | to other systems. It offers many enhancements over the traditional \ | ||
| 4 | BSD FTP client, including command-line editing, command-line fetches \ | ||
| 5 | of FTP and HTTP URLs (including via proxies), command-line uploads of \ | ||
| 6 | FTP URLs, context-sensitive word completion, dynamic progress bar, \ | ||
| 7 | IPv6 support, modification time preservation, paging of local and \ | ||
| 8 | remote files, passive mode support (with fallback to active mode), \ | ||
| 9 | SOCKS support, TIS FWTK gate-ftp server support, and transfer rate \ | ||
| 10 | throttling." | ||
| 11 | |||
| 12 | SECTION = "net" | ||
| 13 | LICENSE = "BSD-4-Clause" | ||
| 14 | |||
| 15 | DEPENDS = "ncurses" | ||
| 16 | |||
| 17 | SRC_URI = "ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/${BPN}-${PV}.tar.gz \ | ||
| 18 | file://tnftp-autotools.patch \ | ||
| 19 | " | ||
| 20 | |||
| 21 | inherit autotools update-alternatives pkgconfig | ||
| 22 | |||
| 23 | ALTERNATIVE_PRIORITY = "100" | ||
| 24 | |||
| 25 | ALTERNATIVE_${PN} = "ftp" | ||
| 26 | ALTERNATIVE_LINK_NAME_${PN} = "${bindir}/ftp" | ||
| 27 | ALTERNATIVE_TARGET_${PN} = "${bindir}/tnftp" | ||
| 28 | |||
| 29 | FILES_${PN} = "${bindir}/tnftp" | ||
| 30 | |||
| 31 | LIC_FILES_CHKSUM = "file://COPYING;md5=6d6796cb166a9bb050958241dad9479e" | ||
| 32 | SRC_URI[md5sum] = "66e218d02ec7d9fc39ab70ba2900305a" | ||
| 33 | SRC_URI[sha256sum] = "6f650e25f6fd51538f677b789b49379f367ae9f1dee74c94cfe24d92abc2cffb" | ||
| 34 | |||
| 35 | PACKAGECONFIG ?= "openssl" | ||
| 36 | PACKAGECONFIG[openssl] = "--enable-ssl, --disable-ssl --with-ssl=no, openssl" | ||
