From d8a921eef3decdd1715bbfbdc1769f0e253b603d Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 14 Sep 2021 04:09:10 +0800 Subject: [PATCH] libxmlb: upgrade 0.3.1 -> 0.3.2 Version 0.3.2 ~~~~~~~~~~~~~ Released: 2021-05-24 Bugfixes: - Respect XB_BUILDER_NODE_FLAG_IGNORE when exporting (Richard Hughes) - Use the chosen chunk size when reading from a stream (Richard Hughes) - Use the correct pkgconfig export package name in the GIR file (Richard Hughes) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../libxmlb/{libxmlb_0.3.1.bb => libxmlb_0.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-gnome/libxmlb/{libxmlb_0.3.1.bb => libxmlb_0.3.2.bb} (90%) diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.1.bb b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.2.bb similarity index 90% rename from meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.1.bb rename to meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.2.bb index 72d3aba44f..cacb493a1d 100644 --- a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.1.bb +++ b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.2.bb @@ -6,7 +6,7 @@ SRC_URI = "\ git://github.com/hughsie/libxmlb.git \ file://run-ptest \ " -SRCREV = "98fc241305306de9468249301474820696acb4be" +SRCREV = "994fd0ec3d28da82b5965949a9d925510f603562" S = "${WORKDIR}/git" inherit gobject-introspection gtk-doc meson ptest-gnome