libxmlb: upgrade 0.3.14 -> 0.3.15

Changelog:
============
- Sprinkle __attribute__((nonnull)) to give a little more compile-time safety
- Accept text/xml as an alternative to application/xml
- Do not inline shared code
- Fix compiling with Visual Studio
- Fix the exported api test on Windows
- Generate and use .def file for clang-cl builds
- Release source file handles early

(From OE-Core rev: 096f866bd114089628e2dee8a8cfb722f95c8862)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Wang Mingyu
2024-01-15 17:03:29 +08:00
committed by Richard Purdie
parent 2a5b8a9d53
commit 712448ca8e

View File

@@ -8,7 +8,7 @@ SRC_URI = " \
file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \ file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \
file://run-ptest \ file://run-ptest \
" "
SRCREV = "aa577b276adc66564f5777f9a522ca3bf0bfa65e" SRCREV = "25a6384ad60f7e8550292e6cb4f262cc5da74be4"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
DEPENDS = "glib-2.0 xz zstd" DEPENDS = "glib-2.0 xz zstd"