mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
528c2892fe
commit
5ebfe50161
|
@ -7,6 +7,7 @@ XEN_BRANCH ?= "stable-4.18"
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
|
git://xenbits.xen.org/xen.git;branch=${XEN_BRANCH} \
|
||||||
file://0001-python-pygrub-pass-DISTUTILS-xen-4.18.patch \
|
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"
|
LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user