mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 23:40:05 +00:00
9 lines
243 B
Plaintext
9 lines
243 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 ${UNPACKDIR}/mountall.sh ${D}${sysconfdir}/init.d
|
|
}
|