summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-05-12 22:48:19 +0200
committerJoe MacDonald <joe.macdonald@windriver.com>2013-05-15 14:08:13 -0400
commitb0683dcba3355e177f1027316ba11f53a9c9111d (patch)
tree74b71eae1133b8b9068360f5edf11b90efbbf853 /meta-networking
parentfcc900a459a5331f51ca41dd5c63644c7ae4a29f (diff)
downloadmeta-openembedded-b0683dcba3355e177f1027316ba11f53a9c9111d.tar.gz
proftpd: pack missing files
WARNING: QA Issue: proftpd: Files/directories were installed but not shipped /home /home/ftp /home/ftp/pub Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb
index 806413bd7..3c484222b 100644
--- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb
+++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.proftpd.org"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184" 5LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184"
6 6
7PR = "r2" 7PR = "r3"
8 8
9SRC_URI = "ftp://ftp.proftpd.org/distrib/source/${BPN}-${PV}.tar.gz \ 9SRC_URI = "ftp://ftp.proftpd.org/distrib/source/${BPN}-${PV}.tar.gz \
10 file://make.patch \ 10 file://make.patch \
@@ -59,3 +59,5 @@ INITSCRIPT_PARAM = "defaults 85 15"
59USERADD_PACKAGES = "${PN}" 59USERADD_PACKAGES = "${PN}"
60GROUPADD_PARAM_${PN} = "${FTPGROUP}" 60GROUPADD_PARAM_${PN} = "${FTPGROUP}"
61USERADD_PARAM_${PN} = "--system -g ${FTPGROUP} ${FTPUSER}" 61USERADD_PARAM_${PN} = "--system -g ${FTPGROUP} ${FTPUSER}"
62
63FILES_${PN} += "/home/${FTPUSER}"