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/xen_4.20.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/xen_4.20.bb')
| -rw-r--r-- | recipes-extended/xen/xen_4.20.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-extended/xen/xen_4.20.bb b/recipes-extended/xen/xen_4.20.bb index 85c56296..de3e8934 100644 --- a/recipes-extended/xen/xen_4.20.bb +++ b/recipes-extended/xen/xen_4.20.bb | |||
| @@ -13,8 +13,6 @@ LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9" | |||
| 13 | 13 | ||
| 14 | PV = "${XEN_REL}+stable" | 14 | PV = "${XEN_REL}+stable" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | DEFAULT_PREFERENCE ??= "-1" | 16 | DEFAULT_PREFERENCE ??= "-1" |
| 19 | 17 | ||
| 20 | require xen.inc | 18 | require xen.inc |
