From c924bddd7d2f9e892762eecce824888d3440e67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Tue, 26 Mar 2024 07:55:29 +0100 Subject: [PATCH] WIP: Update tacd --- meta-lxatac-software/recipes-rust/tacd/tacd_git.bb | 4 ++-- .../tacd-webinterface/tacd-webinterface_git.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-lxatac-software/recipes-rust/tacd/tacd_git.bb b/meta-lxatac-software/recipes-rust/tacd/tacd_git.bb index de45a3bc..0ec83f37 100644 --- a/meta-lxatac-software/recipes-rust/tacd/tacd_git.bb +++ b/meta-lxatac-software/recipes-rust/tacd/tacd_git.bb @@ -2,8 +2,8 @@ inherit cargo DEFAULT_PREFERENCE = "-1" -SRC_URI += "git://github.com/linux-automation/tacd.git;protocol=https;branch=main" -SRCREV = "740ffaca3eb8560a556f7d942083928f290d8a19" +SRC_URI += "git://github.com/hnez/tacd.git;protocol=https;branch=gen3-explicit" +SRCREV = "4b0c26208afa906318364825101f74ef5beb14d3" 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 bec5d194..3dcf4dd5 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 @@ -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=gen3-explicit \ npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \ " LICENSE = "GPL-2.0-or-later" @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ " PV = "0.1.0+git${SRCPV}" -SRCREV = "740ffaca3eb8560a556f7d942083928f290d8a19" +SRCREV = "4b0c26208afa906318364825101f74ef5beb14d3" S = "${WORKDIR}/git/web"