diff options
Diffstat (limited to 'meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils_git.bb')
| -rw-r--r-- | meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils_git.bb b/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils_git.bb new file mode 100644 index 0000000..8a9999f --- /dev/null +++ b/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils_git.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | require ima-evm-utils.inc | ||
| 2 | |||
| 3 | PV = "1.0+git${SRCPV}" | ||
| 4 | SRCREV = "3e2a67bdb0673581a97506262e62db098efef6d7" | ||
| 5 | SRC_URI = "git://git.code.sf.net/p/linux-ima/ima-evm-utils" | ||
| 6 | S = "${WORKDIR}/git" | ||
| 7 | |||
| 8 | # Documentation depends on asciidoc, which we do not have, so | ||
| 9 | # do not build documentation. | ||
| 10 | SRC_URI += "file://disable-doc-creation.patch" | ||
| 11 | |||
| 12 | # Workaround for upstream incompatibility with older Linux distros. | ||
| 13 | # Relevant for us when compiling ima-evm-utils-native. | ||
| 14 | SRC_URI += "file://evmctl.c-do-not-depend-on-xattr.h-with-IMA-defines.patch" | ||
| 15 | |||
| 16 | # Required for xargs with more than one path as argument (better for performance). | ||
| 17 | SRC_URI += "file://command-line-apply-operation-to-all-paths.patch" | ||
