diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-18 12:58:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-20 22:52:23 +0100 |
commit | 860af9ab946ac97d18be262d7aafd612087a15d7 (patch) | |
tree | 42584feb20fae6e8feeae943d968229e6fb2bafe /meta/recipes-gnome/librsvg | |
parent | 64aa52e7a73e384b00c18b103fa2137c96852a30 (diff) | |
download | poky-860af9ab946ac97d18be262d7aafd612087a15d7.tar.gz |
librsvg: upgrade 2.54.1 -> 2.54.3
(From OE-Core rev: a1019307e59abf599bb27fe257c3874b0bc6a345)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/librsvg')
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.54.3.bb (renamed from meta/recipes-gnome/librsvg/librsvg_2.54.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.54.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.54.3.bb index 7bad2ed816..958e80f00a 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.54.1.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.54.3.bb | |||
@@ -20,7 +20,7 @@ SRC_URI += "file://0001-Makefile.am-pass-rust-target-to-cargo-also-when-not-.pat | |||
20 | file://0001-system-deps-src-lib.rs-do-not-probe-into-harcoded-li.patch \ | 20 | file://0001-system-deps-src-lib.rs-do-not-probe-into-harcoded-li.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI[archive.sha256sum] = "d5557efbdcc415a4180e1116b7f736cb711b253d110d95fa86ec830f70026625" | 23 | SRC_URI[archive.sha256sum] = "66158f2ef46dde260026846c4da102e4a9dd4e5293010f30949c6cc26dd6efe8" |
24 | 24 | ||
25 | # librsvg is still autotools-based, but is calling cargo from its automake-driven makefiles | 25 | # librsvg is still autotools-based, but is calling cargo from its automake-driven makefiles |
26 | # so we cannot use cargo class directly, but still need bits and pieces from it | 26 | # so we cannot use cargo class directly, but still need bits and pieces from it |