mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -6,7 +6,7 @@ SRC_URI = " \
|
||||
file://ima_policy_hashed \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/${BP}"
|
||||
S = "${UNPACKDIR}"
|
||||
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "ima"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user