From: Wang Mingyu Date: Wed, 22 May 2024 09:14:30 +0000 (+0800) Subject: libxmlb: upgrade 0.3.18 -> 0.3.19 X-Git-Tag: uninative-4.6~435 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d304dd55ca9c306346a058f60810828b78aaaba;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libxmlb: upgrade 0.3.18 -> 0.3.19 Changelog: ============ - Add xb_version_string() to get the runtime ABI version - Add the runtime version as the default XMLb invalidation GUID Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/libxmlb/libxmlb_0.3.18.bb b/meta/recipes-gnome/libxmlb/libxmlb_0.3.19.bb similarity index 93% rename from meta/recipes-gnome/libxmlb/libxmlb_0.3.18.bb rename to meta/recipes-gnome/libxmlb/libxmlb_0.3.19.bb index 10ceab0721c..de8d860d007 100644 --- a/meta/recipes-gnome/libxmlb/libxmlb_0.3.18.bb +++ b/meta/recipes-gnome/libxmlb/libxmlb_0.3.19.bb @@ -8,7 +8,7 @@ SRC_URI = " \ file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \ file://run-ptest \ " -SRCREV = "59cf2e0bf3c4d0905a32e32828d6100784993621" +SRCREV = "4393955fb7c8bbcb6a2c65ff54f16c39dc165e59" S = "${WORKDIR}/git" DEPENDS = "glib-2.0 xz zstd"