mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-31 00:40:19 +00:00
meta-hardening: Fix override syntax
Commit352e6498amissed updating the override syntax for the "harden" distro override. Fixes:352e6498a("meta-hardening: Convert to new override syntax") Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
7898fc8117
commit
9cd85e054f
@@ -1,8 +1,8 @@
|
||||
FILESEXTRAPATHS:prepend_harden := "${THISDIR}/files:"
|
||||
FILESEXTRAPATHS:prepend:harden := "${THISDIR}/files:"
|
||||
|
||||
SRC_URI:append_harden = " file://mountall.sh"
|
||||
SRC_URI:append:harden = " file://mountall.sh"
|
||||
|
||||
do_install:append_harden() {
|
||||
do_install:append:harden() {
|
||||
install -d ${D}${sysconfdir}/init.d
|
||||
install -m 0755 ${WORKDIR}/mountall.sh ${D}${sysconfdir}/init.d
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user