From b0b626721ecbd8ff854d0f532c9894d280f9bc40 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 8 Jun 2022 13:44:24 +0800 Subject: aide: fix typo Fix typo: RDPENDS_${PN} -> RDEPENDS:${PN} Signed-off-by: Yi Zhao Signed-off-by: Armin Kuster --- recipes-ids/aide/aide_0.17.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" pkg_postinst_ontarget:${PN} () { /usr/bin/aide -i } -RDPENDS_${PN} = "bison, libpcre" + +RDEPENDS:${PN} = "bison libpcre" -- cgit v1.2.3-54-g00ecf