summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/pango
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-28 23:28:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 15:44:10 +0100
commitbb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch)
tree76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-graphics/pango
parentfcc456ee4b8f619134abb4649db53c638074082c (diff)
downloadpoky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) 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.48.7.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.48.7.bb b/meta/recipes-graphics/pango/pango_1.48.7.bb
index 963fd5d01c..48a77868f8 100644
--- a/meta/recipes-graphics/pango/pango_1.48.7.bb
+++ b/meta/recipes-graphics/pango/pango_1.48.7.bb
@@ -33,22 +33,22 @@ PACKAGECONFIG[thai] = ",,libthai"
33 33
34GIR_MESON_OPTION = 'introspection' 34GIR_MESON_OPTION = 'introspection'
35 35
36do_configure_prepend() { 36do_configure:prepend() {
37 chmod +x ${S}/tests/*.py 37 chmod +x ${S}/tests/*.py
38} 38}
39 39
40do_configure_prepend_toolchain-clang() { 40do_configure:prepend:toolchain-clang() {
41 sed -i -e "/Werror=implicit-fallthrough/d" ${S}/meson.build 41 sed -i -e "/Werror=implicit-fallthrough/d" ${S}/meson.build
42} 42}
43 43
44LEAD_SONAME = "libpango-1.0*" 44LEAD_SONAME = "libpango-1.0*"
45 45
46FILES_${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}" 46FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}"
47 47
48RDEPENDS_${PN}-ptest += "cantarell-fonts" 48RDEPENDS:${PN}-ptest += "cantarell-fonts"
49RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us" 49RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us"
50 50
51RPROVIDES_${PN} += "pango-modules pango-module-indic-lang \ 51RPROVIDES:${PN} += "pango-modules pango-module-indic-lang \
52 pango-module-basic-fc pango-module-arabic-lang" 52 pango-module-basic-fc pango-module-arabic-lang"
53 53
54BBCLASSEXTEND = "native nativesdk" 54BBCLASSEXTEND = "native nativesdk"