From 21a31b1c5c779de46a5c21d349da8e52594e5249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Wed, 11 Sep 2024 11:23:22 +0200 Subject: [PATCH] meta-lxatac-software: tacd{,-webinterface}: fix broken /etc/motd update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta-lxatac-software/recipes-rust/tacd/tacd_git.bb | 2 +- .../recipes-webadmin/tacd-webinterface/tacd-webinterface_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-lxatac-software/recipes-rust/tacd/tacd_git.bb b/meta-lxatac-software/recipes-rust/tacd/tacd_git.bb index edf472be..df74db57 100644 --- a/meta-lxatac-software/recipes-rust/tacd/tacd_git.bb +++ b/meta-lxatac-software/recipes-rust/tacd/tacd_git.bb @@ -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}" diff --git a/meta-lxatac-software/recipes-webadmin/tacd-webinterface/tacd-webinterface_git.bb b/meta-lxatac-software/recipes-webadmin/tacd-webinterface/tacd-webinterface_git.bb index 7ef45e1f..c136599e 100644 --- a/meta-lxatac-software/recipes-webadmin/tacd-webinterface/tacd-webinterface_git.bb +++ b/meta-lxatac-software/recipes-webadmin/tacd-webinterface/tacd-webinterface_git.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ " PV = "0.1.0+git${SRCPV}" -SRCREV = "a519eb3181516ac73fa7cc7cb7aa9cccd2b2f9c0" +SRCREV = "e79b017da65f4a084a8b24f1118e15b0c3f25ae8" S = "${WORKDIR}/git/web"