diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-gnome/recipes-graphics/clutter | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.inc | 4 | ||||
| -rw-r--r-- | meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc | 8 |
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 | ||
| 44 | FILES_${PN}-examples = "${libdir}/clutter/examples" | 44 | FILES:${PN}-examples = "${libdir}/clutter/examples" |
| 45 | 45 | ||
| 46 | do_configure_prepend() { | 46 | do_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" | |||
| 15 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" | 15 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" |
| 16 | 16 | ||
| 17 | DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev" | 17 | DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev" |
| 18 | RDEPENDS_${PN} += "gstreamer1.0-meta-base" | 18 | RDEPENDS:${PN} += "gstreamer1.0-meta-base" |
| 19 | PACKAGES =+ "${PN}-examples" | 19 | PACKAGES =+ "${PN}-examples" |
| 20 | 20 | ||
| 21 | FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so" | 21 | FILES:${PN} += "${libdir}/gstreamer-1.0/lib*.so" |
| 22 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" | 22 | FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.la" |
| 23 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" | 23 | FILES:${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" |
