blob: 484859f7c90d7a4b481167071feb28755cfe6d50 [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.
Patrick Williams213cb262021-08-07 19:21:33 -05009RDEPENDS:${PN} = " \
Brad Bishop15ae2502019-06-18 21:44:24 -040010 ima-evm-utils \
11"