summaryrefslogtreecommitdiffstats
path: root/recipes-extended/rootlesskit
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:49:03 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:49:03 -0400
commit7a2ad2585b0a3e80b5e943c771db7310de761d5b (patch)
tree6741d5c0842663d9214cb36252a4a22db2d56b4c /recipes-extended/rootlesskit
parentbc2a750d5cd518706aff406da6e0719ce475e36b (diff)
downloadmeta-virtualization-7a2ad2585b0a3e80b5e943c771db7310de761d5b.tar.gz
recipes-extended: adapt to UNPACKDIR changes
Adjusting our extended recipes to the OE core UNPACKDIR processing. We mainly just drop our S = assignments for git recipes Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/rootlesskit')
-rw-r--r--recipes-extended/rootlesskit/rootlesskit_git.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-extended/rootlesskit/rootlesskit_git.bb b/recipes-extended/rootlesskit/rootlesskit_git.bb
index f8dd55af..13a53090 100644
--- a/recipes-extended/rootlesskit/rootlesskit_git.bb
+++ b/recipes-extended/rootlesskit/rootlesskit_git.bb
@@ -29,8 +29,6 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd
29 29
30GO_IMPORT = "import" 30GO_IMPORT = "import"
31 31
32S = "${WORKDIR}/git"
33
34PV = "v2.3.4+git" 32PV = "v2.3.4+git"
35 33
36ROOTLESS_PKG = "github.com/rootless-containers/rootlesskit" 34ROOTLESS_PKG = "github.com/rootless-containers/rootlesskit"