Files
meta-security/meta-hardening/recipes-core/initscripts/initscripts_1.0.bbappend
Akshay Bhat 9cd85e054f meta-hardening: Fix override syntax
Commit 352e6498a missed 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>
2022-02-20 19:38:30 -08:00

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
}