From: Wang Mingyu Date: Wed, 24 Apr 2024 08:42:06 +0000 (+0800) Subject: libxmlb: upgrade 0.3.17 -> 0.3.18 X-Git-Tag: uninative-4.5~180 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89741b5fc9240e2fb183c331769b16cb8aa4b8b5;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libxmlb: upgrade 0.3.17 -> 0.3.18 Changelog: ========== - Fix decompressing large zstd files, harder - Include the pkgconfig variables in the subproject declared dependency Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- 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 f403857fea6..10ceab0721c 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"