summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libosinfo
Commit message (Collapse)AuthorAgeFilesLines
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-253-3/+0
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* osinfo-db: upgrade 20250124 -> 20250606Wang Mingyu2025-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* osinfo-db-tools: Migrat to using libsoup3Khem Raj2025-05-171-1/+5
| | | | | | | Disable Werror, it gets enabled when build is done from git checkouts perhaps assuming its a developer build, but thats not the case for OE Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libosinfo: update 1.11.0 -> 1.12.0Markus Volk2025-04-283-34/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove backported patch - add a patch to fix: | ../git/osinfo/osinfo_loader.c:357:5: error: 'content' is deprecated [-Werror=deprecated-declarations] | 357 | ret = g_strdup((char *)buf->content); | | ^~~ | In file included from /home/flk/poky/build/tmp/work/corei7-64-poky-linux/libosinfo/1.12.0/recipe-sysroot/usr/include/libxml2/libxml/parser.h:16, | from ../git/osinfo/osinfo_loader.c:29: | /home/flk/poky/build/tmp/work/corei7-64-poky-linux/libosinfo/1.12.0/recipe-sysroot/usr/include/libxml2/libxml/tree.h:103:14: note: declared here | 103 | xmlChar *content XML_DEPRECATED_MEMBER; | | ^~~~~~~ | ../git/osinfo/osinfo_loader.c: At top level: | ../git/osinfo/osinfo_loader.c:1905:42: error: expected ';', ',' or ')' before 'ATTRIBUTE_UNUSED' | 1905 | catchXMLError(void *ctx, const char *msg ATTRIBUTE_UNUSED, ...) | | ^~~~~~~~~~~~~~~~ | ../git/osinfo/osinfo_loader.c: In function 'osinfo_loader_process_xml': | ../git/osinfo/osinfo_loader.c:1948:25: error: 'catchXMLError' undeclared (first use in this function) | 1948 | pctxt->sax->error = catchXMLError; | | ^~~~~~~~~~~~~ | ../git/osinfo/osinfo_loader.c:1948:25: note: each undeclared identifier is reported only once for each function it appears in | cc1: all warnings being treated as errors 1.12.0 - Oct 23, 2023 ===================== - Some memory leak fixes #156 - Adapt to change in libxml2 #155 - Several CI improvements - Several translations improvements Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* osinfo-db: upgrade 20240701 -> 20250124Wang Mingyu2025-02-121-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* osinfo-db-tools: upgrade 1.11.0 -> 1.12.0Wang Mingyu2024-11-052-58/+1
| | | | | | | | | | | | | | | | 0001-Make-xmlError-structs-constant.patch removed since it's included in 1.12.0 Changelog: ========== - Fix some memory leaks - Fix runtime warnings on osinfo-db-export - Adapt to libxml2 changes - Several CI improvements - Several translation improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libosinfo: add runtime dependency osinfo-dbKai Kang2024-08-144-1/+96
| | | | | | | | | osinfo-db is required by libosinfo to list os info. So add the recipes osinfo-db and its dependency osinfo-db-tools-native. Then add osinfo-db to RDEPENDS of libosinfo. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libosinfo: Fix build with libxml2 v2.12Khem Raj2024-03-082-0/+33
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex@linutronix.de>
* libosinfo: use hwdata for ids filesMarkus Volk2024-02-121-3/+3
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Adjust vala build according to changes in vala.bbclassMarkus Volk2023-11-111-1/+3
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libosinfo: upgrade 1.10 -> 1.11.0Khem Raj2023-11-051-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libosinfo: build vapi only if gobject-introspection is enabledMarkus Volk2023-08-301-2/+2
| | | | | | | | | this fixes: meson.build:40:8: ERROR: Problem encountered: vala support was requested, but introspection support is mandatory. Signed-off-by: Markus Volk <f_l_k@t-online.de> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libosinfo: add recipeMarkus Volk2023-08-262-0/+60
libosinfo ========= libosinfo is a GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support. It includes a database containing device metadata and provides APIs to match/identify optimal devices for deploying an operating system on a hypervisor. Via the magic of GObject Introspection, the API is available in all common programming languages with demos for javascript (GJS/Seed) and python (PyGObject). Vala bindings are also provided. libosinfo is a required dependency for gnome-boxes Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>