summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-03-09 16:19:51 +0100
committerSteve Sakoman <steve@sakoman.com>2023-03-16 04:35:11 -1000
commit81a0bb83605cc545d93be93b5a234f4d4882a633 (patch)
tree8442d744a9f08857e37cc7a5ee4901a0f9e150a8
parent7f4f1455ecc5cef1f4938efc3af27086d5b55d86 (diff)
downloadopenembedded-core-81a0bb83605cc545d93be93b5a234f4d4882a633.tar.gz
pango: upgrade 1.50.12 -> 1.50.13
Overview of changes in 1.50.13, 20-02-2023 ========================================== - win32: Add back fallback for empty fontsets - win32: Improve DirectWrite support - Fix word segmentation for Japanese - Don't set backspace-deletes-char for math symbols - coretext: Fix a crash - cairo: Apply metrics hinting to underlines too - Treat COLRv1 fonts as color fonts Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 9fcb353216a70b76584a47463d419464489c5a8c) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-graphics/pango/pango_1.50.13.bb (renamed from meta/recipes-graphics/pango/pango_1.50.12.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.50.12.bb b/meta/recipes-graphics/pango/pango_1.50.13.bb
index 6779f39c4f..e673366dc7 100644
--- a/meta/recipes-graphics/pango/pango_1.50.12.bb
+++ b/meta/recipes-graphics/pango/pango_1.50.13.bb
@@ -24,7 +24,7 @@ SRC_URI += "file://run-ptest \
file://0001-Skip-running-test-layout-test.patch \
"
-SRC_URI[archive.sha256sum] = "caef96d27bbe792a6be92727c73468d832b13da57c8071ef79b9df69ee058fe3"
+SRC_URI[archive.sha256sum] = "5cdcf6d761d26a3eb9412b6cb069b32bd1d9b07abf116321167d94c2189299fd"
DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"