mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
pango: upgrade 1.50.10 -> 1.50.11
Overview of changes in 1.50.11, 03-10-2022 ========================================== - Don't crash for lack of fonts - Avoid a crash in shaping (From OE-Core rev: c1c3a2f3d4bb002be241d37cde688c6e9d8c0bea) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit a330e75f90841cd230180d8a9b37e58d7d69c495) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
774c40162b
commit
343951ee61
@@ -24,7 +24,7 @@ SRC_URI += "file://run-ptest \
|
||||
file://0001-Skip-running-test-layout-test.patch \
|
||||
"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "7e5d2f1e40854d24a9a2c4d093bafe75dcdbeccdf1de43e4437332eabed64966"
|
||||
SRC_URI[archive.sha256sum] = "8800f812d89ee61388188703203f3a7878963c22f8695aaf1fa0a1a1428d17ae"
|
||||
|
||||
DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
|
||||
|
||||
@@ -41,6 +41,12 @@ do_configure:prepend() {
|
||||
chmod +x ${S}/tests/*.py
|
||||
}
|
||||
|
||||
# https://gitlab.gnome.org/GNOME/pango/-/issues/713
|
||||
do_install:append() {
|
||||
mkdir -p ${D}/${libexecdir}/installed-tests/pango/nofonts/
|
||||
install ${S}/tests/nofonts/fonts.conf ${D}/${libexecdir}/installed-tests/pango/nofonts/
|
||||
}
|
||||
|
||||
LEAD_SONAME = "libpango-1.0*"
|
||||
|
||||
FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}"
|
||||
Reference in New Issue
Block a user