mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
packagegroup-core-security: update package name
Also remove tpm packagegroup reference Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -11,7 +11,6 @@ PACKAGES = "\
|
||||
packagegroup-security-scanners \
|
||||
packagegroup-security-ids \
|
||||
packagegroup-security-mac \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-core-security = "\
|
||||
@@ -19,7 +18,6 @@ RDEPENDS_packagegroup-core-security = "\
|
||||
packagegroup-security-scanners \
|
||||
packagegroup-security-ids \
|
||||
packagegroup-security-mac \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \
|
||||
"
|
||||
|
||||
SUMMARY_packagegroup-security-utils = "Security utilities"
|
||||
@@ -27,7 +25,7 @@ RDEPENDS_packagegroup-security-utils = "\
|
||||
checksec \
|
||||
nmap \
|
||||
pinentry \
|
||||
python-scapy \
|
||||
python3-scapy \
|
||||
ding-libs \
|
||||
keyutils \
|
||||
libseccomp \
|
||||
|
||||
Reference in New Issue
Block a user