diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-06-09 08:38:11 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-09 08:49:21 -0700 |
commit | acc186cb4b7056fbb3032c276d7050fdbd90840b (patch) | |
tree | 009892afc90c261fe76046089baa13ae1fbc0ba6 /meta-gnome | |
parent | 6889cc6d1c6542888b9f17e2dfaa22a9765787d8 (diff) | |
download | meta-openembedded-acc186cb4b7056fbb3032c276d7050fdbd90840b.tar.gz |
gnome-autoar; upgrade 0.3.2 -> 0.3.3
Major changes in 0.3.3:
* extractor: Fix extraction of one file archives (Ondrej Holy)
* compressor: Fix usage of uninitialized value (Ondrej Holy)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb (renamed from meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.2.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.2.bb b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb index 8eba8594192..5d7a9a65754 100644 --- a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.2.bb +++ b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb @@ -9,8 +9,7 @@ DEPENDS = " \ inherit gnomebase gobject-introspection gtk-doc vala -SRC_URI[archive.md5sum] = "3c8da1a8489255f2aaa5fdb690308e5d" -SRC_URI[archive.sha256sum] = "a48c4d5ce9a9ed05ba8bc8fdeb9af2d1a7bd8091c2911d6c37223c4f488f7c72" +SRC_URI[archive.sha256sum] = "272400f73a375a7e88fdf1e12591bfb8f3f03edf01780cadcd74f70b613e5c04" do_compile_prepend() { export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs" |