Skip to content

Commit

Permalink
meta-lxatac-software: tacd-webinterface: UNPACKDIR transition
Browse files Browse the repository at this point in the history
TODO: some words about the destdir URL suffix

Signed-off-by: Leonard Göhrs <[email protected]>
  • Loading branch information
hnez committed Oct 4, 2024
1 parent 786b897 commit 0dc1d8e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUMMARY = "The LXA TAC System Daemon - Web Interface"
SRC_URI = " \
git://github.com/linux-automation/tacd.git;protocol=https;branch=main \
npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \
npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json;destsuffix=git/web \
"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = " \
Expand All @@ -11,7 +11,8 @@ LIC_FILES_CHKSUM = " \
PV = "0.1.0+git${SRCPV}"
SRCREV = "e79b017da65f4a084a8b24f1118e15b0c3f25ae8"

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

inherit npm

Expand Down

0 comments on commit 0dc1d8e

Please sign in to comment.