Skip to content

Commit

Permalink
WIP: Update tacd
Browse files Browse the repository at this point in the history
  • Loading branch information
hnez committed Mar 28, 2024
1 parent 97d5ca8 commit 8df9bb2
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 = "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}"
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=gen3-explicit \
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 = "740ffaca3eb8560a556f7d942083928f290d8a19"
SRCREV = "4b0c26208afa906318364825101f74ef5beb14d3"

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

Expand Down

0 comments on commit 8df9bb2

Please sign in to comment.