diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-02-17 17:09:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-18 11:37:12 +0000 |
commit | 323eb1b4f6cd4c8fef604eaa200ed05a400ee45c (patch) | |
tree | 96eec6ab5b98c17a32be47f7cd9bf22665e5531e /meta/recipes-graphics | |
parent | 3c7ed4030994a89b59ac338089dc3eadc1f92e60 (diff) | |
download | poky-323eb1b4f6cd4c8fef604eaa200ed05a400ee45c.tar.gz |
pango: upgrade 1.48.10 -> 1.50.4
(From OE-Core rev: f6d0007d75ee18e8003cfc02222ba7c74b184cf5)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/pango/pango/run-ptest | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/pango/pango_1.50.4.bb (renamed from meta/recipes-graphics/pango/pango_1.48.10.bb) | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/pango/pango/run-ptest b/meta/recipes-graphics/pango/pango/run-ptest index fa87a75779..e1fab050ef 100644 --- a/meta/recipes-graphics/pango/pango/run-ptest +++ b/meta/recipes-graphics/pango/pango/run-ptest | |||
@@ -1,3 +1,6 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | 2 | ||
3 | # workaround for https://gitlab.gnome.org/GNOME/pango/-/issues/668 | ||
4 | mkdir -p /usr/share/fonts/pango-private | ||
5 | cp -rf /usr/libexec/installed-tests/pango/fonts/* /usr/share/fonts/pango-private | ||
3 | gnome-desktop-testing-runner pango | 6 | gnome-desktop-testing-runner pango |
diff --git a/meta/recipes-graphics/pango/pango_1.48.10.bb b/meta/recipes-graphics/pango/pango_1.50.4.bb index 40df7042e6..c1e9be2f97 100644 --- a/meta/recipes-graphics/pango/pango_1.48.10.bb +++ b/meta/recipes-graphics/pango/pango_1.50.4.bb | |||
@@ -20,7 +20,7 @@ GIR_MESON_DISABLE_FLAG = "disabled" | |||
20 | 20 | ||
21 | SRC_URI += "file://run-ptest" | 21 | SRC_URI += "file://run-ptest" |
22 | 22 | ||
23 | SRC_URI[archive.sha256sum] = "21e1f5798bcdfda75eabc4280514b0896ab56f656d4e7e66030b9a2535ecdc98" | 23 | SRC_URI[archive.sha256sum] = "f4ad63e87dc2b145300542a4fb004d07a9f91b34152fae0ddbe50ecdd851c162" |
24 | 24 | ||
25 | DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" | 25 | DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" |
26 | 26 | ||