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 <liezhi.yang@windriver.com>
This commit is contained in:
Robert Yang 2014-09-01 02:16:44 -07:00 committed by Martin Jansa
parent 2ddc60b4d8
commit 57b9899fcb

View File

@ -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"