Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
22 lines
907 B
BlitzBasic
22 lines
907 B
BlitzBasic
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 = "0BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=5138d4a8a877b32de6a78cf7e9e99c25"
|
|
|
|
DEPENDS = "libcap virtual/crypt"
|
|
|
|
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[sha256sum] = "1126f3a95856d08889ff89703cb1aa9ec9924d939d154e96904c920f05dc3c74"
|
|
|
|
inherit autotools
|
|
|
|
EXTRA_AUTORECONF += "-I m4"
|
|
|
|
PACKAGECONFIG[libsodium] ="ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \
|
|
ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no, libsodium"
|