diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-graphics/pango | |
parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
download | poky-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.bb | 12 |
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 | ||
34 | GIR_MESON_OPTION = 'introspection' | 34 | GIR_MESON_OPTION = 'introspection' |
35 | 35 | ||
36 | do_configure_prepend() { | 36 | do_configure:prepend() { |
37 | chmod +x ${S}/tests/*.py | 37 | chmod +x ${S}/tests/*.py |
38 | } | 38 | } |
39 | 39 | ||
40 | do_configure_prepend_toolchain-clang() { | 40 | do_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 | ||
44 | LEAD_SONAME = "libpango-1.0*" | 44 | LEAD_SONAME = "libpango-1.0*" |
45 | 45 | ||
46 | FILES_${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}" | 46 | FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}" |
47 | 47 | ||
48 | RDEPENDS_${PN}-ptest += "cantarell-fonts" | 48 | RDEPENDS:${PN}-ptest += "cantarell-fonts" |
49 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us" | 49 | RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us" |
50 | 50 | ||
51 | RPROVIDES_${PN} += "pango-modules pango-module-indic-lang \ | 51 | RPROVIDES:${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 | ||
54 | BBCLASSEXTEND = "native nativesdk" | 54 | BBCLASSEXTEND = "native nativesdk" |