diff options
author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2024-07-25 12:01:28 +0300 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-07-31 21:10:13 -0400 |
commit | bcbe3fd60aa5b1d7d711b24b6ea72b5eee15a637 (patch) | |
tree | 8d095b46b980fa70c1adb7c81dbbcee54d87c1c3 | |
parent | 139d3e64876383f637fc09e21f5b16d9669d8373 (diff) | |
download | meta-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.bb | 2 |
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 | ||
9 | S = "${WORKDIR}/${BP}" | ||
10 | |||
9 | inherit features_check | 11 | inherit features_check |
10 | REQUIRED_DISTRO_FEATURES = "ima" | 12 | REQUIRED_DISTRO_FEATURES = "ima" |
11 | 13 | ||