summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/cairo
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/cairo
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/cairo')
-rw-r--r--meta/recipes-graphics/cairo/cairo_1.16.0.bb36
1 files changed, 18 insertions, 18 deletions
diff --git a/meta/recipes-graphics/cairo/cairo_1.16.0.bb b/meta/recipes-graphics/cairo/cairo_1.16.0.bb
index 9d9fbfbe0d..d76d935c30 100644
--- a/meta/recipes-graphics/cairo/cairo_1.16.0.bb
+++ b/meta/recipes-graphics/cairo/cairo_1.16.0.bb
@@ -11,12 +11,12 @@ BUGTRACKER = "http://bugs.freedesktop.org"
11SECTION = "libs" 11SECTION = "libs"
12 12
13LICENSE = "(MPL-1.1 | LGPLv2.1) & GPLv3+" 13LICENSE = "(MPL-1.1 | LGPLv2.1) & GPLv3+"
14LICENSE_${PN} = "MPL-1.1 | LGPLv2.1" 14LICENSE:${PN} = "MPL-1.1 | LGPLv2.1"
15LICENSE_${PN}-dev = "MPL-1.1 | LGPLv2.1" 15LICENSE:${PN}-dev = "MPL-1.1 | LGPLv2.1"
16LICENSE_${PN}-doc = "MPL-1.1 | LGPLv2.1" 16LICENSE:${PN}-doc = "MPL-1.1 | LGPLv2.1"
17LICENSE_${PN}-gobject = "MPL-1.1 | LGPLv2.1" 17LICENSE:${PN}-gobject = "MPL-1.1 | LGPLv2.1"
18LICENSE_${PN}-script-interpreter = "MPL-1.1 | LGPLv2.1" 18LICENSE:${PN}-script-interpreter = "MPL-1.1 | LGPLv2.1"
19LICENSE_${PN}-perf-utils = "GPLv3+" 19LICENSE:${PN}-perf-utils = "GPLv3+"
20 20
21LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" 21LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77"
22 22
@@ -43,8 +43,8 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'directfb', d)} \
43 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)} \ 43 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)} \
44 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'opengl', '', d)} \ 44 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'opengl', '', d)} \
45 trace" 45 trace"
46PACKAGECONFIG_class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)}" 46PACKAGECONFIG:class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)}"
47PACKAGECONFIG_class-nativesdk = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)}" 47PACKAGECONFIG:class-nativesdk = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)}"
48 48
49PACKAGECONFIG[x11] = "--with-x=yes -enable-xlib,--with-x=no --disable-xlib,${X11DEPENDS}" 49PACKAGECONFIG[x11] = "--with-x=yes -enable-xlib,--with-x=no --disable-xlib,${X11DEPENDS}"
50PACKAGECONFIG[xcb] = "--enable-xcb,--disable-xcb,libxcb" 50PACKAGECONFIG[xcb] = "--enable-xcb,--disable-xcb,libxcb"
@@ -65,7 +65,7 @@ export ac_cv_lib_bfd_bfd_openr="no"
65# Ensure we don't depend on LZO 65# Ensure we don't depend on LZO
66export ac_cv_lib_lzo2_lzo2a_decompress="no" 66export ac_cv_lib_lzo2_lzo2a_decompress="no"
67 67
68do_install_append () { 68do_install:append () {
69 rm -rf ${D}${bindir}/cairo-sphinx 69 rm -rf ${D}${bindir}/cairo-sphinx
70 rm -rf ${D}${libdir}/cairo/cairo-fdr* 70 rm -rf ${D}${libdir}/cairo/cairo-fdr*
71 rm -rf ${D}${libdir}/cairo/cairo-sphinx* 71 rm -rf ${D}${libdir}/cairo/cairo-sphinx*
@@ -79,20 +79,20 @@ do_install_append () {
79 79
80PACKAGES =+ "cairo-gobject cairo-script-interpreter cairo-perf-utils" 80PACKAGES =+ "cairo-gobject cairo-script-interpreter cairo-perf-utils"
81 81
82SUMMARY_cairo-gobject = "The Cairo library GObject wrapper library" 82SUMMARY:cairo-gobject = "The Cairo library GObject wrapper library"
83DESCRIPTION_cairo-gobject = "A GObject wrapper library for the Cairo API." 83DESCRIPTION:cairo-gobject = "A GObject wrapper library for the Cairo API."
84 84
85SUMMARY_cairo-script-interpreter = "The Cairo library script interpreter" 85SUMMARY:cairo-script-interpreter = "The Cairo library script interpreter"
86DESCRIPTION_cairo-script-interpreter = "The Cairo script interpreter implements \ 86DESCRIPTION:cairo-script-interpreter = "The Cairo script interpreter implements \
87CairoScript. CairoScript is used by tracing utilities to enable the ability \ 87CairoScript. CairoScript is used by tracing utilities to enable the ability \
88to replay rendering." 88to replay rendering."
89 89
90DESCRIPTION_cairo-perf-utils = "The Cairo library performance utilities" 90DESCRIPTION:cairo-perf-utils = "The Cairo library performance utilities"
91 91
92FILES_${PN} = "${libdir}/libcairo.so.*" 92FILES:${PN} = "${libdir}/libcairo.so.*"
93FILES_${PN}-gobject = "${libdir}/libcairo-gobject.so.*" 93FILES:${PN}-gobject = "${libdir}/libcairo-gobject.so.*"
94FILES_${PN}-script-interpreter = "${libdir}/libcairo-script-interpreter.so.*" 94FILES:${PN}-script-interpreter = "${libdir}/libcairo-script-interpreter.so.*"
95FILES_${PN}-perf-utils = "${bindir}/cairo-trace* ${libdir}/cairo/*.la ${libdir}/cairo/libcairo-trace.so" 95FILES:${PN}-perf-utils = "${bindir}/cairo-trace* ${libdir}/cairo/*.la ${libdir}/cairo/libcairo-trace.so"
96 96
97BBCLASSEXTEND = "native nativesdk" 97BBCLASSEXTEND = "native nativesdk"
98 98