diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:49:03 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:49:03 -0400 |
| commit | 7a2ad2585b0a3e80b5e943c771db7310de761d5b (patch) | |
| tree | 6741d5c0842663d9214cb36252a4a22db2d56b4c /recipes-extended/xen/xtf_git.bb | |
| parent | bc2a750d5cd518706aff406da6e0719ce475e36b (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 15 | PV = "0+git" | 15 | PV = "0+git" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | inherit python3native | 17 | inherit python3native |
| 20 | 18 | ||
| 21 | PACKAGES = "${PN}" | 19 | PACKAGES = "${PN}" |
