summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-08-30 12:09:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-01 10:12:49 +0100
commit49f69fb9702d6d0e088bc38ad2aa78d644af1240 (patch)
tree37fd4a987c3799032972f9de25ce2076c1dcec09 /meta/recipes-gnome
parent4acfd197198ab0b94fffefe25e6b4df210477751 (diff)
downloadopenembedded-core-49f69fb9702d6d0e088bc38ad2aa78d644af1240.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.54.5.bb (renamed from meta/recipes-gnome/librsvg/librsvg_2.54.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.54.4.bb b/meta/recipes-gnome/librsvg/librsvg_2.54.5.bb
index 82b1bf9bce..fc52ae61c5 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