summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-03-15 19:22:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-16 10:31:41 +0000
commit9f09b695edbc491b776c3886626284b57586dc12 (patch)
tree541a06384a343f5970045e23cfee6ff078f01d00 /meta/recipes-gnome/librsvg
parent9556937fba32cee5a8bad8393b5da752a7148495 (diff)
downloadpoky-9f09b695edbc491b776c3886626284b57586dc12.tar.gz
librsvg: upgrade 2.52.6 -> 2.52.7
Changelog: ========= Backport a fix for the regression that was introduced in the last release: - #851 - Output filled text as text for PDF; fixes regression due to outputting all text as paths. (From OE-Core rev: 2d5d331a7793e8e45da06873df75ba11ed94c0b6) Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.52.7.bb (renamed from meta/recipes-gnome/librsvg/librsvg_2.52.6.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.52.6.bb b/meta/recipes-gnome/librsvg/librsvg_2.52.7.bb
index 346b400786..eb420e732c 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.52.6.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.52.7.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
23SRC_URI[archive.sha256sum] = "a3f939a1e6a3a60408244632d0323f8c3b20eb4b7b000536e2e5bd93b8effaad" 23SRC_URI[archive.sha256sum] = "057c1eeeaf85c84e254bdb707459207f5840da5b4d52b4711c03140ed09e6887"
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