mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
aide: fix typo
Fix typo:
RDPENDS_${PN} -> RDEPENDS:${PN}
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -38,4 +38,5 @@ FILES:${PN} += "${libdir}/${PN} ${sysconfdir}/aide.conf"
|
||||
pkg_postinst_ontarget:${PN} () {
|
||||
/usr/bin/aide -i
|
||||
}
|
||||
RDPENDS_${PN} = "bison, libpcre"
|
||||
|
||||
RDEPENDS:${PN} = "bison libpcre"
|
||||
|
||||
Reference in New Issue
Block a user