summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-02-21 21:19:59 +0800
committerKhem Raj <raj.khem@gmail.com>2022-02-22 08:30:50 -0800
commitaca61b8dc7033e22f6d635845e1814ecdb7ea9c4 (patch)
treec58a2ce471355ed31f245c7e291a9135f2b0763b
parent8918d9485c55c5025c1e488bdd087a542189f7fa (diff)
downloadmeta-openembedded-aca61b8dc7033e22f6d635845e1814ecdb7ea9c4.tar.gz
gnome-autoar: upgrade 0.4.2 -> 0.4.3
Changelog: ========= * Prevent NULL dereference when extracting to root * Do not include basename in error messages * Do not request password when encryption is unsupported * Propagate libarchive errors when extraction failed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.3.bb (renamed from meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.2.bb b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.3.bb
index 24e7760fa8..0015e9f05b 100644
--- a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.3.bb
@@ -14,7 +14,7 @@ GTKDOC_MESON_OPTION = "gtk_doc"
14 14
15inherit gnomebase gobject-introspection gtk-doc vala 15inherit gnomebase gobject-introspection gtk-doc vala
16 16
17SRC_URI[archive.sha256sum] = "1d20694079300e12feabdb77304a969d1cc190d1d12a949be845cad01c78a5d3" 17SRC_URI[archive.sha256sum] = "7bdf0789553496abddc3c963b0ce7363805c0c02c025feddebcaacc787249e88"
18 18
19do_compile:prepend() { 19do_compile:prepend() {
20 export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs" 20 export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"