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

tayga: Fix override syntax


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent c4cb1634
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
...@@ -19,9 +19,9 @@ SRC_URI[sha256sum] = "2b1f7927a9d2dcff9095aff3c271924b052ccfd2faca9588b277431a44 ...@@ -19,9 +19,9 @@ SRC_URI[sha256sum] = "2b1f7927a9d2dcff9095aff3c271924b052ccfd2faca9588b277431a44
inherit autotools systemd inherit autotools systemd
SYSTEMD_SERVICE_${PN} = "tayga.service" SYSTEMD_SERVICE:${PN} = "tayga.service"
do_install_append() { do_install:append() {
install -d ${D}${systemd_unitdir}/system/ install -d ${D}${systemd_unitdir}/system/
install -m 0644 ${WORKDIR}/tayga.service ${D}${systemd_unitdir}/system/ install -m 0644 ${WORKDIR}/tayga.service ${D}${systemd_unitdir}/system/
install -m 0644 ${WORKDIR}/tayga.conf ${D}${sysconfdir} install -m 0644 ${WORKDIR}/tayga.conf ${D}${sysconfdir}
......
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