From: wangmy Date: Tue, 30 Aug 2022 04:09:18 +0000 (+0800) Subject: librsvg: upgrade 2.54.4 -> 2.54.5 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3087 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49f69fb9702d6d0e088bc38ad2aa78d644af1240;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git librsvg: upgrade 2.54.4 -> 2.54.5 Changelog: - #880 - Accept patterns with userSpaceOnUse units for the stroke of axis-aligned lines. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-gnome/librsvg/librsvg_2.54.4.bb b/meta/recipes-gnome/librsvg/librsvg_2.54.5.bb similarity index 96% rename from meta/recipes-gnome/librsvg/librsvg_2.54.4.bb rename to meta/recipes-gnome/librsvg/librsvg_2.54.5.bb index 82b1bf9bcef..fc52ae61c56 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.54.4.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.54.5.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] = "ea152a243f6a43c0e036a28c70de3fcbcdea5664c6811c78592bc229ecc24833" +SRC_URI[archive.sha256sum] = "4f03190f45324d1fa1f52a79dfcded1f64eaf49b3ae2f88eedab0c07617cae6e" # 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