summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2022-06-08 13:44:24 +0800
committerArmin Kuster <akuster808@gmail.com>2022-06-18 06:48:22 -0700
commitb0b626721ecbd8ff854d0f532c9894d280f9bc40 (patch)
treef7fef3e7106d2ef991e7b0156d19eccec0d7dac1
parent8c6fe006a10015a479efe126eb1954280bb3541e (diff)
downloadmeta-security-b0b626721ecbd8ff854d0f532c9894d280f9bc40.tar.gz
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>
-rw-r--r--recipes-ids/aide/aide_0.17.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ids/aide/aide_0.17.4.bb b/recipes-ids/aide/aide_0.17.4.bb
index 6bc2bfe..ebd6ac3 100644
--- a/recipes-ids/aide/aide_0.17.4.bb
+++ b/recipes-ids/aide/aide_0.17.4.bb
@@ -38,4 +38,5 @@ FILES:${PN} += "${libdir}/${PN} ${sysconfdir}/aide.conf"
38pkg_postinst_ontarget:${PN} () { 38pkg_postinst_ontarget:${PN} () {
39 /usr/bin/aide -i 39 /usr/bin/aide -i
40} 40}
41RDPENDS_${PN} = "bison, libpcre" 41
42RDEPENDS:${PN} = "bison libpcre"