Skip to content

Commit

Permalink
meta-lxatac-software: tacd{,-webinterface}: fix broken /etc/motd update
Browse files Browse the repository at this point in the history
The previous tacd version failed to bind-mount the volatile motd
in /var/run/tacd to /etc/motd and did not generate an up to date motd due
to that.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
  • Loading branch information
hnez committed Sep 11, 2024
1 parent 2eae561 commit cac0df1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions meta-lxatac-software/recipes-rust/tacd/tacd_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ inherit cargo

DEFAULT_PREFERENCE = "-1"

SRC_URI += "git://github.com/linux-automation/tacd.git;protocol=https;branch=main"
SRCREV = "a519eb3181516ac73fa7cc7cb7aa9cccd2b2f9c0"
SRC_URI += "git://github.com/hnez/tacd.git;protocol=https;branch=motd-umount-mount"
SRCREV = "e0339af343e673345d248ee67eb3449488b5e22f"
S = "${WORKDIR}/git"
CARGO_SRC_DIR = ""
PV = "0.1.0+git${SRCPV}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SUMMARY = "The LXA TAC System Daemon - Web Interface"
SRC_URI = " \
git://github.com/linux-automation/tacd.git;protocol=https;branch=main \
git://github.com/hnez/tacd.git;protocol=https;branch=motd-umount-mount \
npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \
"
LICENSE = "GPL-2.0-or-later"
Expand All @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
"

PV = "0.1.0+git${SRCPV}"
SRCREV = "a519eb3181516ac73fa7cc7cb7aa9cccd2b2f9c0"
SRCREV = "e0339af343e673345d248ee67eb3449488b5e22f"

S = "${WORKDIR}/git/web"

Expand Down

0 comments on commit cac0df1

Please sign in to comment.