diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-11-24 14:51:13 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-12-07 16:12:33 -0500 |
commit | 4169fae1694d98b595922c2401317a6b53a7b652 (patch) | |
tree | 8e284b9c7519d66137e198e2decb8c5797413150 | |
parent | d48db9ba954a14201073ff396e3b4f2f4a7e1194 (diff) | |
download | meta-virtualization-4169fae1694d98b595922c2401317a6b53a7b652.tar.gz |
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 <f_l_k@t-online.de>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/libvirt/libvirt-glib_4.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
7 | 7 | ||
8 | SRC_URI = "git://gitlab.com/libvirt/libvirt-glib;protocol=https;branch=master" | 8 | SRC_URI = "git://gitlab.com/libvirt/libvirt-glib;protocol=https;branch=master" |
9 | 9 | ||
10 | SRCREV = "940bd9ccbfe419573ddec4383e3def4aac1f0e1f" | 10 | SRCREV = "e0bfc34682744a74b850fa217e9c206a9eb80612" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | inherit meson pkgconfig gobject-introspection vala | 13 | inherit meson pkgconfig gobject-introspection vala |