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:
Yi Zhao
2021-08-04 10:52:40 +08:00
committed by Jia Zhang
parent 6768abc7d4
commit 4042043742
56 changed files with 202 additions and 202 deletions
@@ -2,7 +2,7 @@ DESCRIPTION = "The packages used for luks in initramfs."
require packagegroup-luks.inc
RDEPENDS_${PN} += "\
RDEPENDS:${PN} += "\
cryptfs-tpm2-initramfs \
${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', 'packagegroup-tpm2-initramfs', '', d)} \
"
@@ -6,7 +6,7 @@ require packagegroup-luks.inc
# The common packages shared between initramfs and rootfs
# are listed in the .inc.
RDEPENDS_${PN} += "\
RDEPENDS:${PN} += "\
util-linux-fdisk \
parted \
packagegroup-tpm2 \
@@ -3,11 +3,11 @@ LIC_FILES_CHKSUM = "\
file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
"
ALLOW_EMPTY_${PN} = "1"
ALLOW_EMPTY:${PN} = "1"
S = "${WORKDIR}"
RDEPENDS_${PN} += "\
RDEPENDS:${PN} += "\
cryptfs-tpm2 \
lvm2-udevrules \
"