Go to file
Markus Volk 87779ef306
libosinfo: update 1.11.0 -> 1.12.0
- 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>
2025-04-28 06:49:23 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems xfstests: bstat: use uint32_t instead of __uint32_t to fix build with musl 2025-04-27 15:23:47 -07:00
meta-gnome gegl: make use of virtual/libsdl2 2025-04-25 14:47:09 -07:00
meta-initramfs kexecboot: fix build error with gcc-15 2025-04-24 08:45:52 -07:00
meta-multimedia pipewire: make use of virtual/libsdl2 2025-04-25 14:47:09 -07:00
meta-networking pgpool2: upgrade 4.5.1 -> 4.5.2 2025-04-27 15:23:46 -07:00
meta-oe libosinfo: update 1.11.0 -> 1.12.0 2025-04-28 06:49:23 -07:00
meta-perl libmime-types-perl: upgrade 2.27 -> 2.28 2025-04-23 19:35:02 -07:00
meta-python ptest-packagelists-meta-python.inc: Add python3-pykickstart 2025-04-26 20:00:55 -07:00
meta-webserver apache2: Scrub -ffile-prefix-map in build.nice file 2025-04-22 09:10:56 -07:00
meta-xfce xfce4-session: Update D-Bus runtime dependency declaration 2025-04-24 18:43:19 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories