mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
selinux-*.bb: fix typos
Fixes:
${PN}_RDEPENDS -> RDEPENDS_${PN}
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
parent
547d9be873
commit
c10f86479f
|
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user