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>
This commit is contained in:
Bruce Ashfield 2024-01-18 20:42:44 +00:00
parent 528c2892fe
commit 5ebfe50161

View File

@ -7,6 +7,7 @@ XEN_BRANCH ?= "stable-4.18"
SRC_URI = " \
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
file://0001-python-pygrub-pass-DISTUTILS-xen-4.18.patch \
file://0001-Config.mk-drop-Wdeclaration-after-statement.patch \
"
LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"