mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-08 05:09:48 +00:00
5d629ccb54
[v2] re-did solutions Signed-off-by: Armin Kuster <akuster808@gmail.com>
12 lines
235 B
BlitzBasic
12 lines
235 B
BlitzBasic
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 \
|
|
"
|