From 64419529f29c988f9b49864fd7ea1f2db6a66e6f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 31 May 2022 17:46:38 +0800 Subject: [PATCH] libxmlb: upgrade 0.3.8 -> 0.3.9 Released: 2022-05-24 Bugfixes: - Fix the crash for when the root tree has no children - Fix the crash when getting the element for the [empty] root - Install xb-tool into bindir Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libxmlb/{libxmlb_0.3.8.bb => libxmlb_0.3.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-gnome/libxmlb/{libxmlb_0.3.8.bb => libxmlb_0.3.9.bb} (91%) diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.8.bb b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.9.bb similarity index 91% rename from meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.8.bb rename to meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.9.bb index 38704f8b93..4c5f0cfa39 100644 --- a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.8.bb +++ b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.9.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \ file://run-ptest \ " -SRCREV = "4782df2cec808f71762aa9f69c11759b4e127b61" +SRCREV = "c308e39ccad6673e216f92d08b3782a4ffcb23ad" S = "${WORKDIR}/git" inherit gobject-introspection gtk-doc meson ptest-gnome lib_package