mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-17 05:06:59 +00:00
4042043742
Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
14 lines
223 B
PHP
14 lines
223 B
PHP
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "\
|
|
file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
|
|
"
|
|
|
|
ALLOW_EMPTY:${PN} = "1"
|
|
|
|
S = "${WORKDIR}"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
cryptfs-tpm2 \
|
|
lvm2-udevrules \
|
|
"
|