mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-17 05:06:59 +00:00
meta-secure-core: Convert to new override syntax
Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
@@ -10,13 +10,13 @@ SRC_URI = "\
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
ALLOW_EMPTY:${PN} = "1"
|
||||
|
||||
do_install() {
|
||||
install -m 0500 "${WORKDIR}/init.ima" "${D}"
|
||||
}
|
||||
|
||||
FILES_${PN} += "\
|
||||
FILES:${PN} += "\
|
||||
/init.ima \
|
||||
"
|
||||
|
||||
@@ -28,7 +28,7 @@ FILES_${PN} += "\
|
||||
# @gawk: awk
|
||||
# @util-linux: mount, umount
|
||||
# @ima-evm-utils: evmctl
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
coreutils \
|
||||
grep \
|
||||
gawk \
|
||||
@@ -38,6 +38,6 @@ RDEPENDS_${PN} += "\
|
||||
ima-policy \
|
||||
"
|
||||
|
||||
RRECOMMENDS_${PN} += "\
|
||||
RRECOMMENDS:${PN} += "\
|
||||
key-store-ima-cert \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user