meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] libvirt-glib: update 4.0.0 -> 5.0.0
@ 2024-03-08 18:18 Markus Volk
  2024-03-08 18:27 ` Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Volk @ 2024-03-08 18:18 UTC (permalink / raw)
  To: meta-virtualization

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-virtualization][PATCH] libvirt-glib: update 4.0.0 -> 5.0.0
  2024-03-08 18:18 [meta-virtualization][PATCH] libvirt-glib: update 4.0.0 -> 5.0.0 Markus Volk
@ 2024-03-08 18:27 ` Bruce Ashfield
  2024-03-08 18:31   ` f_l_k
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2024-03-08 18:27 UTC (permalink / raw)
  To: Markus Volk; +Cc: meta-virtualization

Since this is a major version bump, the commit also needs a listing
of the changes.

If it is really long, then a summary of the changes will do.

Bruce

On Fri, Mar 8, 2024 at 1:18 PM Markus Volk <f_l_k@t-online.de> wrote:
>
> 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
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8611): https://lists.yoctoproject.org/g/meta-virtualization/message/8611
> Mute This Topic: https://lists.yoctoproject.org/mt/104814238/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-virtualization][PATCH] libvirt-glib: update 4.0.0 -> 5.0.0
  2024-03-08 18:27 ` Bruce Ashfield
@ 2024-03-08 18:31   ` f_l_k
  0 siblings, 0 replies; 3+ messages in thread
From: f_l_k @ 2024-03-08 18:31 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

On Fri, Mar 8 2024 at 10:27:15 AM -08:00:00, Bruce Ashfield 
<bruce.ashfield@gmail.com> wrote:
> Since this is a major version bump, the commit also needs a listing
> of the changes.

sure


[-- Attachment #2: Type: text/html, Size: 356 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-08 18:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08 18:18 [meta-virtualization][PATCH] libvirt-glib: update 4.0.0 -> 5.0.0 Markus Volk
2024-03-08 18:27 ` Bruce Ashfield
2024-03-08 18:31   ` f_l_k

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 NNTP newsgroup(s).