Skip to content

Commit 573a234

Browse files
authored
Merge pull request #177 from hnez/motd-umount-mount
meta-lxatac-software: tacd{,-webinterface}: fix broken /etc/motd update
2 parents 2eae561 + 21a31b1 commit 573a234

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meta-lxatac-software/recipes-rust/tacd/tacd_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ inherit cargo
33
DEFAULT_PREFERENCE = "-1"
44

55
SRC_URI += "git://github.com/linux-automation/tacd.git;protocol=https;branch=main"
6-
SRCREV = "a519eb3181516ac73fa7cc7cb7aa9cccd2b2f9c0"
6+
SRCREV = "e79b017da65f4a084a8b24f1118e15b0c3f25ae8"
77
S = "${WORKDIR}/git"
88
CARGO_SRC_DIR = ""
99
PV = "0.1.0+git${SRCPV}"

meta-lxatac-software/recipes-webadmin/tacd-webinterface/tacd-webinterface_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
99
"
1010

1111
PV = "0.1.0+git${SRCPV}"
12-
SRCREV = "a519eb3181516ac73fa7cc7cb7aa9cccd2b2f9c0"
12+
SRCREV = "e79b017da65f4a084a8b24f1118e15b0c3f25ae8"
1313

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

0 commit comments

Comments
 (0)