From 7f4767585ef09c03f5419b31d67d1d86a3c0eb92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 11 Jan 2022 13:15:43 +0100 Subject: [PATCH] gnome-autoar: upgrade 0.4.1 -> 0.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Major changes in 0.4.2: * Fix extraction to root directory (Ondrej Holy) * Fix extraction of raw format archives (Ondrej Holy) * Do not leave read-only directory in the tree after running tests (Ondrej Holy) Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../{gnome-autoar_0.4.1.bb => gnome-autoar_0.4.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-autoar/{gnome-autoar_0.4.1.bb => gnome-autoar_0.4.2.bb} (82%) diff --git a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.1.bb b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.2.bb similarity index 82% rename from meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.1.bb rename to meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.2.bb index 415368c7f2..24e7760fa8 100644 --- a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.1.bb +++ b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.2.bb @@ -14,7 +14,7 @@ GTKDOC_MESON_OPTION = "gtk_doc" inherit gnomebase gobject-introspection gtk-doc vala -SRC_URI[archive.sha256sum] = "646bd50ebad92d91c1be89097a15364156157442cac1471ded7ecb27d9a9150e" +SRC_URI[archive.sha256sum] = "1d20694079300e12feabdb77304a969d1cc190d1d12a949be845cad01c78a5d3" do_compile:prepend() { export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"