mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
meta-parsec: Add pkg grps
Signed-off-by: Armin Kuster <akuster808@gmail.com> -- V2] Drop tpm pkgs, use the tpm2 pkg grp Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION = "Parsec 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-parsec \
|
||||
"
|
||||
|
||||
SUMMARY:packagegroup-security-parsec = "Security Parsec"
|
||||
RDEPENDS:packagegroup-security-parsec = "\
|
||||
softhsm \
|
||||
parsec-tool \
|
||||
parsec-service \
|
||||
"
|
||||
Reference in New Issue
Block a user