diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-07 15:54:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-08 22:47:16 +0000 |
commit | f9e9707ed8c943d34293f968ae30608efc9b0919 (patch) | |
tree | e5d54aa19eb6a04b48323dda0d6bf2072c319f6a /meta/recipes-graphics/pango | |
parent | 11e54f1ff49f8c43fbd429b82931cdf3fff181f5 (diff) | |
download | poky-f9e9707ed8c943d34293f968ae30608efc9b0919.tar.gz |
pango: upgrade 1.50.10 -> 1.50.11
(From OE-Core rev: a330e75f90841cd230180d8a9b37e58d7d69c495)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/pango')
-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 | ||
27 | SRC_URI[archive.sha256sum] = "7e5d2f1e40854d24a9a2c4d093bafe75dcdbeccdf1de43e4437332eabed64966" | 27 | SRC_URI[archive.sha256sum] = "8800f812d89ee61388188703203f3a7878963c22f8695aaf1fa0a1a1428d17ae" |
28 | 28 | ||
29 | DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" | 29 | DEPENDS = "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 | ||
45 | do_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 | |||
44 | LEAD_SONAME = "libpango-1.0*" | 50 | LEAD_SONAME = "libpango-1.0*" |
45 | 51 | ||
46 | FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}" | 52 | FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}" |