mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-31 00:40:19 +00:00
68f959b95d
Upstream and other distros like Debian use package name libtpms so use this name for recipe too to match CVEs etc. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
15 lines
459 B
BlitzBasic
15 lines
459 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-vtpm"
|
|
|
|
SUMMARY:packagegroup-security-vtpm = "Security Software vTPM support"
|
|
RDEPENDS:packagegroup-security-vtpm = " \
|
|
libtpms \
|
|
swtpm \
|
|
"
|