summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-15 17:03:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-19 12:21:23 +0000
commit712448ca8e61cee67f71c9019c07f8e10434d369 (patch)
tree5f89bbad0bf7a28b11d82d86d763c0605bc815d9 /meta/recipes-gnome
parent2a5b8a9d538e43385e37498abeea23caf5cecd60 (diff)
downloadpoky-712448ca8e61cee67f71c9019c07f8e10434d369.tar.gz
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>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb (renamed from meta/recipes-gnome/libxmlb/libxmlb_0.3.14.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libxmlb/libxmlb_0.3.14.bb b/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb
index 1d3b0de29a..528e3e0bab 100644
--- a/meta/recipes-gnome/libxmlb/libxmlb_0.3.14.bb
+++ b/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb
@@ -8,7 +8,7 @@ SRC_URI = " \
8 file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \ 8 file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \
9 file://run-ptest \ 9 file://run-ptest \
10" 10"
11SRCREV = "aa577b276adc66564f5777f9a522ca3bf0bfa65e" 11SRCREV = "25a6384ad60f7e8550292e6cb4f262cc5da74be4"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14DEPENDS = "glib-2.0 xz zstd" 14DEPENDS = "glib-2.0 xz zstd"