summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@linaro.org>2024-07-25 12:01:28 +0300
committerArmin Kuster <akuster808@gmail.com>2024-07-31 21:10:13 -0400
commitbcbe3fd60aa5b1d7d711b24b6ea72b5eee15a637 (patch)
tree8d095b46b980fa70c1adb7c81dbbcee54d87c1c3
parent139d3e64876383f637fc09e21f5b16d9669d8373 (diff)
downloadmeta-security-bcbe3fd60aa5b1d7d711b24b6ea72b5eee15a637.tar.gz
ima-policy-hashed: set S
Build with latest poky fails without Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-integrity/recipes-security/ima_policy_hashed/ima-policy-hashed_1.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-integrity/recipes-security/ima_policy_hashed/ima-policy-hashed_1.0.bb b/meta-integrity/recipes-security/ima_policy_hashed/ima-policy-hashed_1.0.bb
index 8c670e8..3de7497 100644
--- a/meta-integrity/recipes-security/ima_policy_hashed/ima-policy-hashed_1.0.bb
+++ b/meta-integrity/recipes-security/ima_policy_hashed/ima-policy-hashed_1.0.bb
@@ -6,6 +6,8 @@ SRC_URI = " \
6 file://ima_policy_hashed \ 6 file://ima_policy_hashed \
7" 7"
8 8
9S = "${WORKDIR}/${BP}"
10
9inherit features_check 11inherit features_check
10REQUIRED_DISTRO_FEATURES = "ima" 12REQUIRED_DISTRO_FEATURES = "ima"
11 13