mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
initramfs-framework-ima: UNPACKDIR fix
New poky uses UNPACKDIR instead of WORKDIR Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
52c381af17
commit
7028cd2266
@@ -25,7 +25,7 @@ REQUIRED_DISTRO_FEATURES = "ima"
|
||||
do_install () {
|
||||
install -d ${D}/${sysconfdir}/ima
|
||||
install -d ${D}/init.d
|
||||
install ${WORKDIR}/ima ${D}/init.d/20-ima
|
||||
install ${UNPACKDIR}/ima ${D}/init.d/20-ima
|
||||
|
||||
sed -i "s/@@FORCE_IMA@@/${IMA_FORCE}/g" ${D}/init.d/20-ima
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user