aboutsummaryrefslogtreecommitdiffstats
path: root/meta-integrity/recipes-core/packagegroups/packagegroup-ima-evm-utils.bb
blob: 484859f7c90d7a4b481167071feb28755cfe6d50 (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 \
"