mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
2ddc60b4d8
commit
57b9899fcb
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user