From 721b961d2f7bd5dde671a7c3a28c17a600402695 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 24 Apr 2024 16:42:06 +0800 Subject: [PATCH] libxmlb: upgrade 0.3.17 -> 0.3.18 Changelog: ========== - Fix decompressing large zstd files, harder - Include the pkgconfig variables in the subproject declared dependency (From OE-Core rev: 89741b5fc9240e2fb183c331769b16cb8aa4b8b5) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../libxmlb/{libxmlb_0.3.17.bb => libxmlb_0.3.18.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/libxmlb/{libxmlb_0.3.17.bb => libxmlb_0.3.18.bb} (93%) diff --git a/meta/recipes-gnome/libxmlb/libxmlb_0.3.17.bb b/meta/recipes-gnome/libxmlb/libxmlb_0.3.18.bb similarity index 93% rename from meta/recipes-gnome/libxmlb/libxmlb_0.3.17.bb rename to meta/recipes-gnome/libxmlb/libxmlb_0.3.18.bb index f403857fea..10ceab0721 100644 --- a/meta/recipes-gnome/libxmlb/libxmlb_0.3.17.bb +++ b/meta/recipes-gnome/libxmlb/libxmlb_0.3.18.bb @@ -8,7 +8,7 @@ SRC_URI = " \ file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \ file://run-ptest \ " -SRCREV = "db54f1b3254334e59b29b01b6cb666f444746594" +SRCREV = "59cf2e0bf3c4d0905a32e32828d6100784993621" S = "${WORKDIR}/git" DEPENDS = "glib-2.0 xz zstd"