summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/pango/pango_1.50.11.bb (renamed from meta/recipes-graphics/pango/pango_1.50.10.bb)8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.50.10.bb b/meta/recipes-graphics/pango/pango_1.50.11.bb
index 95209889a8..f545689811 100644
--- a/meta/recipes-graphics/pango/pango_1.50.10.bb
+++ b/meta/recipes-graphics/pango/pango_1.50.11.bb
@@ -24,7 +24,7 @@ SRC_URI += "file://run-ptest \
24 file://0001-Skip-running-test-layout-test.patch \ 24 file://0001-Skip-running-test-layout-test.patch \
25" 25"
26 26
27SRC_URI[archive.sha256sum] = "7e5d2f1e40854d24a9a2c4d093bafe75dcdbeccdf1de43e4437332eabed64966" 27SRC_URI[archive.sha256sum] = "8800f812d89ee61388188703203f3a7878963c22f8695aaf1fa0a1a1428d17ae"
28 28
29DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" 29DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
30 30
@@ -41,6 +41,12 @@ do_configure:prepend() {
41 chmod +x ${S}/tests/*.py 41 chmod +x ${S}/tests/*.py
42} 42}
43 43
44# https://gitlab.gnome.org/GNOME/pango/-/issues/713
45do_install:append() {
46 mkdir -p ${D}/${libexecdir}/installed-tests/pango/nofonts/
47 install ${S}/tests/nofonts/fonts.conf ${D}/${libexecdir}/installed-tests/pango/nofonts/
48}
49
44LEAD_SONAME = "libpango-1.0*" 50LEAD_SONAME = "libpango-1.0*"
45 51
46FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}" 52FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}"