summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xtf_git.bb
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/xen/xtf_git.bb
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/xen/xtf_git.bb')
-rw-r--r--recipes-extended/xen/xtf_git.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-extended/xen/xtf_git.bb b/recipes-extended/xen/xtf_git.bb
index f1e76f7b..f6792c1f 100644
--- a/recipes-extended/xen/xtf_git.bb
+++ b/recipes-extended/xen/xtf_git.bb
@@ -14,8 +14,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a5680865974e05cf0510615ee1d745d8"
14 14
15PV = "0+git" 15PV = "0+git"
16 16
17S = "${WORKDIR}/git"
18
19inherit python3native 17inherit python3native
20 18
21PACKAGES = "${PN}" 19PACKAGES = "${PN}"