blob: 8196edb20544082018c070ef2f0750cc0fa8076d [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001SUMMARY = "IMA/EVM userspace tools"
2LICENSE = "MIT"
3
Brad Bishopa48c0142020-01-06 09:48:41 -05004inherit packagegroup features_check
5
6REQUIRED_DISTRO_FEATURES = "ima"
Brad Bishop15ae2502019-06-18 21:44:24 -04007
8# Only one at the moment, but perhaps more will come in the future.
9RDEPENDS_${PN} = " \
10 ima-evm-utils \
11"