From: Liu Yiding Date: Mon, 25 Aug 2025 03:51:04 +0000 (+0800) Subject: libxmlb: upgrade 0.3.22 -> 0.3.23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f0d4d08a79a84c35d8867d06c9e8c58d8a25baa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxmlb: upgrade 0.3.22 -> 0.3.23 Changelog: - Do not reallocate the final silo blob when compiling to reduce peak RSS by about ~6% Signed-off-by: Liu Yiding Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch b/meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch index 7f130284c4a..1c46f6fc1ea 100644 --- a/meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch +++ b/meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch @@ -1,4 +1,4 @@ -From ad8dcd768b637e53b80f9fea37ba945731ffd16b Mon Sep 17 00:00:00 2001 +From 2dbc50d49e2048f7227c406931a69f747e0eb12c Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 16 Sep 2023 14:02:57 +0200 Subject: [PATCH] xb-self-test.c: hardcode G_TEST_SRCDIR diff --git a/meta/recipes-gnome/libxmlb/libxmlb_0.3.22.bb b/meta/recipes-gnome/libxmlb/libxmlb_0.3.23.bb similarity index 93% rename from meta/recipes-gnome/libxmlb/libxmlb_0.3.22.bb rename to meta/recipes-gnome/libxmlb/libxmlb_0.3.23.bb index 761426148a5..54df81c7189 100644 --- a/meta/recipes-gnome/libxmlb/libxmlb_0.3.22.bb +++ b/meta/recipes-gnome/libxmlb/libxmlb_0.3.23.bb @@ -8,7 +8,7 @@ SRC_URI = " \ file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \ file://run-ptest \ " -SRCREV = "addcce32a3bd6a09303f052bd59fb758621d30fb" +SRCREV = "65bfb3099beeb7a5ffae995db124f55bea70f41e" DEPENDS = "glib-2.0 xz zstd"