summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-01-18 20:42:44 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-01-19 14:29:24 +0000
commit5ebfe50161159210b9710fc9219f779267bdbe4a (patch)
treec3029af5bb51dd728e83b05d0e36edf358cf233f /recipes-extended
parent528c2892feec715fca70fcc20c6957f2032bca59 (diff)
downloadmeta-virtualization-5ebfe50161159210b9710fc9219f779267bdbe4a.tar.gz
xen-tools/4.18: fix python 3.12 build
The introduction of xen-tools 4.18 missed a required patch to build against python 3.12. We grab the one from 4.17 to fix the failure. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/xen/xen-tools_4.18.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools_4.18.bb b/recipes-extended/xen/xen-tools_4.18.bb
index a3b1e344..9920c358 100644
--- a/recipes-extended/xen/xen-tools_4.18.bb
+++ b/recipes-extended/xen/xen-tools_4.18.bb
@@ -7,6 +7,7 @@ XEN_BRANCH ?= "stable-4.18"
7SRC_URI = " \ 7SRC_URI = " \
8 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \ 8 git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
9 file://0001-python-pygrub-pass-DISTUTILS-xen-4.18.patch \ 9 file://0001-python-pygrub-pass-DISTUTILS-xen-4.18.patch \
10 file://0001-Config.mk-drop-Wdeclaration-after-statement.patch \
10 " 11 "
11 12
12LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9" 13LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"