aboutsummaryrefslogtreecommitdiffstats
path: root/meta-integrity/recipes-core/packagegroups/packagegroup-ima-evm-utils.bb
blob: 8196edb20544082018c070ef2f0750cc0fa8076d (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "IMA/EVM userspace tools"
LICENSE = "MIT"

inherit packagegroup features_check

REQUIRED_DISTRO_FEATURES = "ima"

# Only one at the moment, but perhaps more will come in the future.
RDEPENDS_${PN} = " \
    ima-evm-utils \
"