mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 20:56:58 +00:00
b69537380c
${COREBASE}/LICENSE is not a valid license file. So it is recommended
to use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in
LIC_FILES_CHKSUM. This will become an error in the future.
Signed-off-by: Jia Zhang <lans.zhang2008@gmail.com>
13 lines
202 B
PHP
13 lines
202 B
PHP
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "\
|
|
file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
|
|
"
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
|
|
S = "${WORKDIR}"
|
|
|
|
RDEPENDS_${PN} += "\
|
|
cryptfs-tpm2 \
|
|
"
|