[13/18] librsvg: upgrade 2.54.3 -> 2.54.4

Message ID 20220621201637.1378306-13-alex@linutronix.de
State Accepted, archived
Commit 3e26d2925463e126b55ab81ed749d6ec2fc71263
Headers show
Series [01/18] sato: work around missing icons in adwaita 42.0 | expand

Commit Message

Alexander Kanavin June 21, 2022, 8:16 p.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../librsvg/{librsvg_2.54.3.bb => librsvg_2.54.4.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/librsvg/{librsvg_2.54.3.bb => librsvg_2.54.4.bb} (96%)

Patch

diff --git a/meta/recipes-gnome/librsvg/librsvg_2.54.3.bb b/meta/recipes-gnome/librsvg/librsvg_2.54.4.bb
similarity index 96%
rename from meta/recipes-gnome/librsvg/librsvg_2.54.3.bb
rename to meta/recipes-gnome/librsvg/librsvg_2.54.4.bb
index 3578898692..cc7fb9bbdf 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.54.3.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.54.4.bb
@@ -20,7 +20,7 @@  SRC_URI += "file://0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.pat
            file://0001-system-deps-src-lib.rs-do-not-probe-into-harcoded-li.patch \
            "
 
-SRC_URI[archive.sha256sum] = "66158f2ef46dde260026846c4da102e4a9dd4e5293010f30949c6cc26dd6efe8"
+SRC_URI[archive.sha256sum] = "ea152a243f6a43c0e036a28c70de3fcbcdea5664c6811c78592bc229ecc24833"
 
 # librsvg is still autotools-based, but is calling cargo from its automake-driven makefiles
 # so we cannot use cargo class directly, but still need bits and pieces from it