aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-08-04 04:31:48 +0200
committerJoe MacDonald <joe_macdonald@mentor.com>2015-08-19 15:38:25 -0400
commit382f955d7c9a9f4e0c66a0f6dbe41ad8af0fb41d (patch)
treed3275953312a1d17e94cba35c9abdf58d9e61c90 /meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb
parent2f8f79895a31a612e365e90b56e51e065177632d (diff)
downloadmeta-openembedded-382f955d7c9a9f4e0c66a0f6dbe41ad8af0fb41d.tar.gz
pure-ftpd: upgrade to 1.0.42
Signed-off-by: Tudor Florea <tudor.florea@enea.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-daemons/pure-ftpd/pure-ftpd_1.0.36.bb')
-rw-r--r--meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb
deleted file mode 100644
index bbd47fdfb6..0000000000
--- a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "FTP Server with a strong focus on software security"
-DESCRIPTION = "Pure-FTPd is a free (BSD license), secure, production-quality and standard-conformant FTP server."
-HOMEPAGE = "http://www.pureftpd.org/project/pure-ftpd"
-SECTION = "net"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=ae9e161311a5a0768c333b537a40e332"
-
-DEPENDS = "libcap"
-
-
-SRC_URI = "http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${PV}.tar.gz \
- file://0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch \
- file://nostrip.patch \
-"
-SRC_URI[md5sum] = "bbcb48e8aa6ec1abff9775b89f84af91"
-SRC_URI[sha256sum] = "90fb63b1a9d448076aa9f3e3c74b298965f98e03c824e9a4d241fffe8eb3a130"
-
-inherit autotools
-
-EXTRA_OECONF = "--with-minimal"