From ad0839a3f050a460301890b249ed195581f2b526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Fri, 4 Oct 2024 10:14:46 +0200 Subject: [PATCH] meta-lxatac-software: tacd-webinterface: UNPACKDIR transition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TODO: some words about the destdir URL suffix Signed-off-by: Leonard Göhrs --- .../tacd-webinterface/tacd-webinterface_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 c136599e..09392bc7 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,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 = " \ @@ -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