mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
6b7ff79287
Use '${COMMON_LICENSE_DIR}/MIT' for MIT License to fix the warning:
| WARNING: packagegroup-core-security do_populate_lic:
${COREBASE}/LICENSE is not a valid license file, please 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: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
19 lines
531 B
BlitzBasic
19 lines
531 B
BlitzBasic
DESCRIPTION = "Security packagegroup for Poky"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
|
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
inherit packagegroup
|
|
|
|
PACKAGES = "packagegroup-security-tpm2"
|
|
|
|
SUMMARY_packagegroup-security-tpm2 = "Security TPM 2.0 support"
|
|
RDEPENDS_packagegroup-security-tpm2 = " \
|
|
tpm2.0-tools \
|
|
trousers \
|
|
libtss2 \
|
|
libtctidevice \
|
|
libtctisocket \
|
|
resourcemgr \
|
|
"
|