From 5ebfe50161159210b9710fc9219f779267bdbe4a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 18 Jan 2024 20:42:44 +0000 Subject: [PATCH] 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 --- recipes-extended/xen/xen-tools_4.18.bb | 1 + 1 file changed, 1 insertion(+) 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" 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"