From 4169fae1694d98b595922c2401317a6b53a7b652 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 24 Nov 2022 14:51:13 +0100 Subject: libvirt-glib: fix pointer-sign issue Update to latest commit to fix a build issue with latest glib-2-0 Signed-off-by: Markus Volk Signed-off-by: Bruce Ashfield --- recipes-extended/libvirt/libvirt-glib_4.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/libvirt/libvirt-glib_4.0.0.bb b/recipes-extended/libvirt/libvirt-glib_4.0.0.bb index 11ad84a1..a5cd8276 100644 --- a/recipes-extended/libvirt/libvirt-glib_4.0.0.bb +++ b/recipes-extended/libvirt/libvirt-glib_4.0.0.bb @@ -7,7 +7,7 @@ DEPENDS = "glib-2.0 libvirt libxml2" SRC_URI = "git://gitlab.com/libvirt/libvirt-glib;protocol=https;branch=master" -SRCREV = "940bd9ccbfe419573ddec4383e3def4aac1f0e1f" +SRCREV = "e0bfc34682744a74b850fa217e9c206a9eb80612" S = "${WORKDIR}/git" inherit meson pkgconfig gobject-introspection vala -- cgit v1.2.3-54-g00ecf