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 <[email protected]>
  • Loading branch information
hnez committed Sep 11, 2024
1 parent 2eae561 commit 21a31b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta-lxatac-software/recipes-rust/tacd/tacd_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inherit cargo
DEFAULT_PREFERENCE = "-1"

SRC_URI += "git://github.com/linux-automation/tacd.git;protocol=https;branch=main"
SRCREV = "a519eb3181516ac73fa7cc7cb7aa9cccd2b2f9c0"
SRCREV = "e79b017da65f4a084a8b24f1118e15b0c3f25ae8"
S = "${WORKDIR}/git"
CARGO_SRC_DIR = ""
PV = "0.1.0+git${SRCPV}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
"

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

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

Expand Down

0 comments on commit 21a31b1

Please sign in to comment.