meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Markus Volk <f_l_k@t-online.de>
To: meta-virtualization@lists.yoctoproject.org
Subject: [meta-virtualization][PATCH] libvirt-glib: update 4.0.0 -> 5.0.0
Date: Fri,  8 Mar 2024 19:18:50 +0100	[thread overview]
Message-ID: <20240308181850.2161010-1-f_l_k@t-online.de> (raw)

This fixes build after libxml update:
../git/libvirt-gconfig/libvirt-gconfig-object.c:200:37: error: passing argument 2 of 'xmlSetStructuredErrorFunc' from incompatible pointer type [-Werror=incompatible-pointer-types]
  200 |     xmlSetStructuredErrorFunc(NULL, gvir_xml_structured_error_nop);
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     |
      |                                     void (*)(void *, xmlError *) {aka void (*)(void *, struct _xmlError *)}
In file included from /home/flk/poky/build/tmp/work/corei7-64-poky-linux/libvirt-glib/4.0.0/recipe-sysroot/usr/include/libxml2/libxml/relaxng.h:14,

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../libvirt/{libvirt-glib_4.0.0.bb => libvirt-glib_5.0.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename recipes-extended/libvirt/{libvirt-glib_4.0.0.bb => libvirt-glib_5.0.0.bb} (92%)

diff --git a/recipes-extended/libvirt/libvirt-glib_4.0.0.bb b/recipes-extended/libvirt/libvirt-glib_5.0.0.bb
similarity index 92%
rename from recipes-extended/libvirt/libvirt-glib_4.0.0.bb
rename to recipes-extended/libvirt/libvirt-glib_5.0.0.bb
index 7ca65a95..4435ca0b 100644
--- a/recipes-extended/libvirt/libvirt-glib_4.0.0.bb
+++ b/recipes-extended/libvirt/libvirt-glib_5.0.0.bb
@@ -10,7 +10,7 @@ SRC_URI = " \
 	file://0001-meson.build-allow-crosscompiling-gir-and-doc.patch \
 "
 
-SRCREV = "e0bfc34682744a74b850fa217e9c206a9eb80612"
+SRCREV = "9b26bec8828a38fcb3bc0e5f6f33b03fa99c4b68"
 S = "${WORKDIR}/git"
 
 inherit meson pkgconfig gobject-introspection gettext vala gtk-doc
-- 
2.44.0



             reply	other threads:[~2024-03-08 18:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08 18:18 Markus Volk [this message]
2024-03-08 18:27 ` [meta-virtualization][PATCH] libvirt-glib: update 4.0.0 -> 5.0.0 Bruce Ashfield
2024-03-08 18:31   ` f_l_k

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240308181850.2161010-1-f_l_k@t-online.de \
    --to=f_l_k@t-online.de \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).