diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2022-06-08 13:44:24 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-06-18 06:48:22 -0700 |
commit | b0b626721ecbd8ff854d0f532c9894d280f9bc40 (patch) | |
tree | f7fef3e7106d2ef991e7b0156d19eccec0d7dac1 | |
parent | 8c6fe006a10015a479efe126eb1954280bb3541e (diff) | |
download | meta-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.bb | 3 |
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" | |||
38 | pkg_postinst_ontarget:${PN} () { | 38 | pkg_postinst_ontarget:${PN} () { |
39 | /usr/bin/aide -i | 39 | /usr/bin/aide -i |
40 | } | 40 | } |
41 | RDPENDS_${PN} = "bison, libpcre" | 41 | |
42 | RDEPENDS:${PN} = "bison libpcre" | ||