diff options
| -rw-r--r-- | meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb (renamed from meta-networking/recipes-daemons/proftpd/proftpd_1.3.7c.bb) | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7c.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb index aa8d5fabd6..33480bff2c 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7c.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb | |||
| @@ -4,8 +4,8 @@ HOMEPAGE = "http://www.proftpd.org" | |||
| 4 | LICENSE = "GPL-2.0-or-later" | 4 | LICENSE = "GPL-2.0-or-later" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184" |
| 6 | 6 | ||
| 7 | SRCREV = "75aa739805a6e05eeb31189934a3d324e7862962" | 7 | SRCREV = "0a7ea9b0ba9fcdf368374a226370d08f10397d99" |
| 8 | BRANCH = "1.3.7" | 8 | BRANCH = "1.3.8" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/proftpd/proftpd.git;branch=${BRANCH};protocol=https \ | 10 | SRC_URI = "git://github.com/proftpd/proftpd.git;branch=${BRANCH};protocol=https \ |
| 11 | file://basic.conf.patch \ | 11 | file://basic.conf.patch \ |
| @@ -21,7 +21,7 @@ S = "${WORKDIR}/git" | |||
| 21 | 21 | ||
| 22 | inherit autotools-brokensep useradd update-rc.d systemd multilib_script | 22 | inherit autotools-brokensep useradd update-rc.d systemd multilib_script |
| 23 | 23 | ||
| 24 | EXTRA_OECONF += "--enable-largefile" | 24 | EXTRA_OECONF += "--enable-largefile INSTALL=install" |
| 25 | 25 | ||
| 26 | PACKAGECONFIG ??= "shadow \ | 26 | PACKAGECONFIG ??= "shadow \ |
| 27 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 pam', d)} \ | 27 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 pam', d)} \ |
| @@ -70,6 +70,12 @@ do_configure () { | |||
| 70 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} | 70 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} |
| 71 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S} | 71 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S} |
| 72 | oe_runconf | 72 | oe_runconf |
| 73 | sed -e 's|--sysroot=${STAGING_DIR_HOST}||g' \ | ||
| 74 | -e 's|${STAGING_DIR_NATIVE}||g' \ | ||
| 75 | -e 's|-ffile-prefix-map=[^ ]*||g' \ | ||
| 76 | -e 's|-fdebug-prefix-map=[^ ]*||g' \ | ||
| 77 | -e 's|-fmacro-prefix-map=[^ ]*||g' \ | ||
| 78 | -i ${B}/config.h | ||
| 73 | } | 79 | } |
| 74 | 80 | ||
| 75 | FTPUSER = "ftp" | 81 | FTPUSER = "ftp" |
| @@ -116,7 +122,7 @@ do_install () { | |||
| 116 | -e 's|-ffile-prefix-map=[^ ]*||g' \ | 122 | -e 's|-ffile-prefix-map=[^ ]*||g' \ |
| 117 | -e 's|-fdebug-prefix-map=[^ ]*||g' \ | 123 | -e 's|-fdebug-prefix-map=[^ ]*||g' \ |
| 118 | -e 's|-fmacro-prefix-map=[^ ]*||g' \ | 124 | -e 's|-fmacro-prefix-map=[^ ]*||g' \ |
| 119 | -i ${D}/${bindir}/prxs | 125 | -i ${D}/${bindir}/prxs ${D}${includedir}/proftpd/Make.rules ${D}${includedir}/proftpd/config.h |
| 120 | 126 | ||
| 121 | # ftpmail perl script, which reads the proftpd log file and sends | 127 | # ftpmail perl script, which reads the proftpd log file and sends |
| 122 | # automatic email notifications once an upload finishs, | 128 | # automatic email notifications once an upload finishs, |
