Skip to content

Commit

Permalink
meta-lxatac-software: tacd: UNPACKDIR transition
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
  • Loading branch information
hnez committed Oct 4, 2024
1 parent cf673d8 commit c4994f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions meta-lxatac-software/recipes-rust/tacd/tacd.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ SYSTEMD_SERVICE:${PN} = "tacd.service"

do_install:append() {
install -d ${D}${systemd_system_unitdir}
install -m 0644 ${WORKDIR}/tacd.service ${D}${systemd_system_unitdir}/
install -m 0644 ${UNPACKDIR}/tacd.service ${D}${systemd_system_unitdir}/

install -D -m 0755 ${WORKDIR}/tacd-failsafe.sh ${D}${bindir}/tacd-failsafe
install -D -m 0755 ${UNPACKDIR}/tacd-failsafe.sh ${D}${bindir}/tacd-failsafe

install -D -m 0644 ${WORKDIR}/01_stable.yaml ${D}${datadir}/tacd/update_channels/01_stable.yaml
install -D -m 0644 ${WORKDIR}/05_testing.yaml ${D}${datadir}/tacd/update_channels/05_testing.yaml
install -D -m 0644 ${UNPACKDIR}/01_stable.yaml ${D}${datadir}/tacd/update_channels/01_stable.yaml
install -D -m 0644 ${UNPACKDIR}/05_testing.yaml ${D}${datadir}/tacd/update_channels/05_testing.yaml

install -d ${D}${sysconfdir}/dbus-1/system.d
install -m 0644 ${WORKDIR}/de.pengutronix.tacd.conf ${D}/${sysconfdir}/dbus-1/system.d/
install -m 0644 ${UNPACKDIR}/de.pengutronix.tacd.conf ${D}/${sysconfdir}/dbus-1/system.d/
}

0 comments on commit c4994f1

Please sign in to comment.