[oe-commits] Andreas Müller : proftpd: pack missing files

git at git.openembedded.org git at git.openembedded.org
Wed May 15 18:03:23 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: b0683dcba3355e177f1027316ba11f53a9c9111d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b0683dcba3355e177f1027316ba11f53a9c9111d

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Sun May 12 22:48:19 2013 +0200

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 at googlemail.com>
Signed-off-by: Joe MacDonald <joe.macdonald at windriver.com>

---

 .../recipes-daemons/proftpd/proftpd_1.3.4b.bb      |    4 +++-
 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 806413b..3c48422 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"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fb0d1484d11915fa88a6a7702f1dc184"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "ftp://ftp.proftpd.org/distrib/source/${BPN}-${PV}.tar.gz \
            file://make.patch \
@@ -59,3 +59,5 @@ INITSCRIPT_PARAM = "defaults 85 15"
 USERADD_PACKAGES = "${PN}"
 GROUPADD_PARAM_${PN} = "${FTPGROUP}"
 USERADD_PARAM_${PN} = "--system -g ${FTPGROUP} ${FTPUSER}"
+
+FILES_${PN} += "/home/${FTPUSER}"





More information about the Openembedded-commits mailing list