summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-graphics
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-gnome/recipes-graphics
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-graphics')
-rw-r--r--meta-gnome/recipes-graphics/clutter/clutter-1.0.inc4
-rw-r--r--meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc8
-rw-r--r--meta-gnome/recipes-graphics/cogl/cogl-1.0.inc26
-rw-r--r--meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb4
4 files changed, 21 insertions, 21 deletions
diff --git a/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc b/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc
index 80472178be..b91bc30488 100644
--- a/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc
+++ b/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc
@@ -41,9 +41,9 @@ PACKAGECONFIG ??= "egl gdk \
41 ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ 41 ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \
42 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}" 42 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}"
43 43
44FILES_${PN}-examples = "${libdir}/clutter/examples" 44FILES:${PN}-examples = "${libdir}/clutter/examples"
45 45
46do_configure_prepend() { 46do_configure:prepend() {
47 # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this 47 # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this
48 touch -t 200001010000 ${S}/po/clutter-1.0.pot 48 touch -t 200001010000 ${S}/po/clutter-1.0.pot
49} 49}
diff --git a/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc b/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc
index 73315c97ec..8c6d0b3a07 100644
--- a/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc
+++ b/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc
@@ -15,9 +15,9 @@ export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy"
15SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" 15SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
16 16
17DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev" 17DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev"
18RDEPENDS_${PN} += "gstreamer1.0-meta-base" 18RDEPENDS:${PN} += "gstreamer1.0-meta-base"
19PACKAGES =+ "${PN}-examples" 19PACKAGES =+ "${PN}-examples"
20 20
21FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so" 21FILES:${PN} += "${libdir}/gstreamer-1.0/lib*.so"
22FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" 22FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.la"
23FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" 23FILES:${PN}-examples = "${bindir}/video-player ${bindir}/video-sink"
diff --git a/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc b/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc
index d581ad1c04..3da361b3ff 100644
--- a/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc
+++ b/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc
@@ -35,7 +35,7 @@ EXTRA_OECONF += "--enable-examples-install \
35 --disable-gles1 \ 35 --disable-gles1 \
36 --disable-cairo \ 36 --disable-cairo \
37 " 37 "
38DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" 38DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized"
39 39
40# OpenGL/GLX 40# OpenGL/GLX
41PACKAGECONFIG[glx] = "--enable-gl --enable-glx,--disable-gl --disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11},${ERDEPENDS_GL}" 41PACKAGECONFIG[glx] = "--enable-gl --enable-glx,--disable-gl --disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11},${ERDEPENDS_GL}"
@@ -62,23 +62,23 @@ PACKAGECONFIG ??= "cogl-pango gles2 \
62 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx egl-x11', '', d)} \ 62 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx egl-x11', '', d)} \
63 " 63 "
64 64
65do_compile_prepend() { 65do_compile:prepend() {
66 export GIR_EXTRA_LIBS_PATH="${B}/cogl/.libs" 66 export GIR_EXTRA_LIBS_PATH="${B}/cogl/.libs"
67} 67}
68 68
69FILES_${PN} = "" 69FILES:${PN} = ""
70FILES_${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*" 70FILES:${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*"
71FILES_libcogl = "${libdir}/libcogl${SOLIBS} ${libdir}/girepository-1.0/Cogl-*.typelib" 71FILES:libcogl = "${libdir}/libcogl${SOLIBS} ${libdir}/girepository-1.0/Cogl-*.typelib"
72FILES_libcogl-gles2 = "${libdir}/libcogl-gles2${SOLIBS}" 72FILES:libcogl-gles2 = "${libdir}/libcogl-gles2${SOLIBS}"
73FILES_libcogl-pango = "${libdir}/libcogl-pango${SOLIBS} ${libdir}/girepository-1.0/CoglPango*.typelib" 73FILES:libcogl-pango = "${libdir}/libcogl-pango${SOLIBS} ${libdir}/girepository-1.0/CoglPango*.typelib"
74 74
75FILES_libcogl-path = "${libdir}/libcogl-path${SOLIBS}" 75FILES:libcogl-path = "${libdir}/libcogl-path${SOLIBS}"
76 76
77# For backwards compatibility after Debian-renaming 77# For backwards compatibility after Debian-renaming
78RPROVIDES_libcogl = "cogl-1.0" 78RPROVIDES:libcogl = "cogl-1.0"
79RCONFLICTS_libcogl = "cogl-1.0" 79RCONFLICTS:libcogl = "cogl-1.0"
80RREPLACES_libcogl = "cogl-1.0" 80RREPLACES:libcogl = "cogl-1.0"
81 81
82RDEPENDS_${PN}-dev = "libcogl" 82RDEPENDS:${PN}-dev = "libcogl"
83 83
84COMPATIBLE_HOST_armv4 = 'null' 84COMPATIBLE_HOST:armv4 = 'null'
diff --git a/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb b/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb
index 2e7b47dd40..ee528f75d2 100644
--- a/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb
+++ b/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb
@@ -14,8 +14,8 @@ PACKAGES = "\
14 ${PN}-core \ 14 ${PN}-core \
15 " 15 "
16 16
17SUMMARY_${PN}-core = "Clutter graphics library" 17SUMMARY:${PN}-core = "Clutter graphics library"
18RDEPENDS_${PN}-core = "\ 18RDEPENDS:${PN}-core = "\
19 clutter-1.0 \ 19 clutter-1.0 \
20 clutter-gst-3.0 \ 20 clutter-gst-3.0 \
21 clutter-gtk-1.0 \ 21 clutter-gtk-1.0 \