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