Fixes:
${PN}_RDEPENDS -> RDEPENDS_${PN}
Signed-off-by: Yi Zhao <[email protected]>
---
recipes-security/selinux/selinux-autorelabel_0.1.bb | 2 +-
recipes-security/selinux/selinux-init_0.1.bb | 2 +-
recipes-security/selinux/selinux-labeldev_0.1.bb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-security/selinux/selinux-autorelabel_0.1.bb
b/recipes-security/selinux/selinux-autorelabel_0.1.bb
index b898c3b..85b0db9 100644
--- a/recipes-security/selinux/selinux-autorelabel_0.1.bb
+++ b/recipes-security/selinux/selinux-autorelabel_0.1.bb
@@ -7,7 +7,7 @@ file is present.\
LICENSE = "MIT"
LIC_FILES_CHKSUM =
"file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-${PN}_RDEPENDS = " \
+RDEPENDS_${PN} = " \
policycoreutils-setfiles \
"
diff --git a/recipes-security/selinux/selinux-init_0.1.bb
b/recipes-security/selinux/selinux-init_0.1.bb
index 78f571c..ebe7399 100644
--- a/recipes-security/selinux/selinux-init_0.1.bb
+++ b/recipes-security/selinux/selinux-init_0.1.bb
@@ -7,7 +7,7 @@ boot time. \
LICENSE = "MIT"
LIC_FILES_CHKSUM =
"file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-${PN}_RDEPENDS = " \
+RDEPENDS_${PN} = " \
coreutils \
libselinux-bin \
policycoreutils-secon \
diff --git a/recipes-security/selinux/selinux-labeldev_0.1.bb
b/recipes-security/selinux/selinux-labeldev_0.1.bb
index 8eb5db4..2a0bca9 100644
--- a/recipes-security/selinux/selinux-labeldev_0.1.bb
+++ b/recipes-security/selinux/selinux-labeldev_0.1.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Set SELinux labels for /dev."
LICENSE = "MIT"
LIC_FILES_CHKSUM =
"file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-${PN}_RDEPENDS = " \
+RDEPENDS_${PN} = " \
coreutils \
libselinux-bin \
policycoreutils-setfiles \
--
2.17.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#50113): https://lists.yoctoproject.org/g/yocto/message/50113
Mute This Topic: https://lists.yoctoproject.org/mt/75840117/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-