mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
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>
9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
FILESEXTRAPATHS:prepend:harden := "${THISDIR}/files:"
|
|
|
|
SRC_URI:append:harden = " file://mountall.sh"
|
|
|
|
do_install:append:harden() {
|
|
install -d ${D}${sysconfdir}/init.d
|
|
install -m 0755 ${WORKDIR}/mountall.sh ${D}${sysconfdir}/init.d
|
|
}
|