1SUMMARY = "IMA/EVM userspace tools"
2LICENSE = "MIT"
3
4inherit packagegroup features_check
5
6REQUIRED_DISTRO_FEATURES = "ima"
7
8# Only one at the moment, but perhaps more will come in the future.
9RDEPENDS:${PN} = " \
10    ima-evm-utils \
11"
12