Skip to content
Snippets Groups Projects
Verified Commit c4cb1634 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

base-files: Fix override syntax


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 886ee5ac
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI_append = "file://profile.d/tmout.sh" SRC_URI:append = "file://profile.d/tmout.sh"
do_install_append () { do_install:append () {
sed -i 's/umask.*/umask 027/g' ${D}/${sysconfdir}/profile sed -i 's/umask.*/umask 027/g' ${D}/${sysconfdir}/profile
install -d ${WORKDIR}/profile.d/ ${D}${sysconfdir}/profile.d/ install -d ${WORKDIR}/profile.d/ ${D}${sysconfdir}/profile.d/
install -m 0644 ${WORKDIR}/profile.d/tmout.sh ${D}${sysconfdir}/profile.d/tmout.sh install -m 0644 ${WORKDIR}/profile.d/tmout.sh ${D}${sysconfdir}/profile.d/tmout.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment