summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-08-14 23:38:35 -0700
committerKhem Raj <raj.khem@gmail.com>2024-08-15 23:20:05 -0700
commit0d6f463f020b70f4ed32ac15528df6665f350aef (patch)
tree231a805f2cbfd9a1b7a3fff87d3874cc8f52d4a6 /meta-networking
parent228c3483e28ad72d1961aba1585fd6b575362ec8 (diff)
downloadmeta-openembedded-0d6f463f020b70f4ed32ac15528df6665f350aef.tar.gz
proftpd: Upgrade to 1.3.8b
Fix buildpaths QA Errors while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-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 aa8d5fabd..33480bff2 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"
4LICENSE = "GPL-2.0-or-later" 4LICENSE = "GPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184" 5LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184"
6 6
7SRCREV = "75aa739805a6e05eeb31189934a3d324e7862962" 7SRCREV = "0a7ea9b0ba9fcdf368374a226370d08f10397d99"
8BRANCH = "1.3.7" 8BRANCH = "1.3.8"
9 9
10SRC_URI = "git://github.com/proftpd/proftpd.git;branch=${BRANCH};protocol=https \ 10SRC_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
22inherit autotools-brokensep useradd update-rc.d systemd multilib_script 22inherit autotools-brokensep useradd update-rc.d systemd multilib_script
23 23
24EXTRA_OECONF += "--enable-largefile" 24EXTRA_OECONF += "--enable-largefile INSTALL=install"
25 25
26PACKAGECONFIG ??= "shadow \ 26PACKAGECONFIG ??= "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
75FTPUSER = "ftp" 81FTPUSER = "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,