ima-policy: Fix S=UNPACKDIR

Drop BP , these are files not src bundle

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2024-07-29 19:59:28 -04:00
parent 5a7efe2ed8
commit 03c0e8e03a
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
SRC_URI = " file://ima_policy_appraise_all"
S = "${WORKDIR}/${BP}"
S = "${UNPACKDIR}"
inherit features_check
REQUIRED_DISTRO_FEATURES = "ima"

View File

@@ -6,7 +6,7 @@ SRC_URI = " \
file://ima_policy_hashed \
"
S = "${WORKDIR}/${BP}"
S = "${UNPACKDIR}"
inherit features_check
REQUIRED_DISTRO_FEATURES = "ima"

View File

@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
SRC_URI = " file://ima_policy_simple"
S = "${WORKDIR}/${BP}"
S = "${UNPACKDIR}"
inherit features_check
REQUIRED_DISTRO_FEATURES = "ima"