summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-05-09 09:09:30 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-05-09 13:08:06 -0400
commitd32042ea1a242804e5fce022d03ec4dca957739f (patch)
tree113bdc2813a8e5e54ea9f3822c47a7c41b6d531f
parent6a43be4c3e1b0cbac196776eac7c3ed5f3db7fa8 (diff)
downloadmeta-virtualization-d32042ea1a242804e5fce022d03ec4dca957739f.tar.gz
xen-tools: Fix build with GCC 12
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/xen/xen-tools_4.16.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen-tools_4.16.bb b/recipes-extended/xen/xen-tools_4.16.bb
index ae1ae8ae..be27cf7a 100644
--- a/recipes-extended/xen/xen-tools_4.16.bb
+++ b/recipes-extended/xen/xen-tools_4.16.bb
@@ -7,6 +7,7 @@ XEN_BRANCH ?= "stable-${XEN_REL}"
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.15.patch \ 9 file://0001-python-pygrub-pass-DISTUTILS-xen-4.15.patch \
10 file://xen-fix-gcc12-build-issues.patch \
10 " 11 "
11 12
12LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5" 13LIC_FILES_CHKSUM ?= "file://COPYING;md5=419739e325a50f3d7b4501338e44a4e5"