From 57b9899fcba7328dc14b9c2eb1f16094f9680eee Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 1 Sep 2014 02:16:44 -0700 Subject: proftpd: add perl to RDEPENDS_proftpd Perl: proftpd/usr/bin/ftpasswd:#!/usr/bin/perl proftpd/usr/bin/ftpquota:#!/usr/bin/perl Signed-off-by: Robert Yang --- meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking/recipes-daemons/proftpd') 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 c154c6db6f..4d2fcd7250 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.4b.bb @@ -68,3 +68,5 @@ USERADD_PARAM_${PN} = "--system -g ${FTPGROUP} --home-dir /var/lib/${FTPUSER} -- --shell /bin/false ${FTPUSER}" FILES_${PN} += "/home/${FTPUSER}" + +RDEPENDS_${PN} += "perl" -- cgit 1.2.3-korg