summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-graphics/clutter
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/clutter
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/clutter')
-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
2 files changed, 6 insertions, 6 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"