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 | |
| 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')
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 | ||
| 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" |
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 | " |
| 38 | DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" | 38 | DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized" |
| 39 | 39 | ||
| 40 | # OpenGL/GLX | 40 | # OpenGL/GLX |
| 41 | PACKAGECONFIG[glx] = "--enable-gl --enable-glx,--disable-gl --disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11},${ERDEPENDS_GL}" | 41 | PACKAGECONFIG[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 | ||
| 65 | do_compile_prepend() { | 65 | do_compile:prepend() { |
| 66 | export GIR_EXTRA_LIBS_PATH="${B}/cogl/.libs" | 66 | export GIR_EXTRA_LIBS_PATH="${B}/cogl/.libs" |
| 67 | } | 67 | } |
| 68 | 68 | ||
| 69 | FILES_${PN} = "" | 69 | FILES:${PN} = "" |
| 70 | FILES_${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*" | 70 | FILES:${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*" |
| 71 | FILES_libcogl = "${libdir}/libcogl${SOLIBS} ${libdir}/girepository-1.0/Cogl-*.typelib" | 71 | FILES:libcogl = "${libdir}/libcogl${SOLIBS} ${libdir}/girepository-1.0/Cogl-*.typelib" |
| 72 | FILES_libcogl-gles2 = "${libdir}/libcogl-gles2${SOLIBS}" | 72 | FILES:libcogl-gles2 = "${libdir}/libcogl-gles2${SOLIBS}" |
| 73 | FILES_libcogl-pango = "${libdir}/libcogl-pango${SOLIBS} ${libdir}/girepository-1.0/CoglPango*.typelib" | 73 | FILES:libcogl-pango = "${libdir}/libcogl-pango${SOLIBS} ${libdir}/girepository-1.0/CoglPango*.typelib" |
| 74 | 74 | ||
| 75 | FILES_libcogl-path = "${libdir}/libcogl-path${SOLIBS}" | 75 | FILES:libcogl-path = "${libdir}/libcogl-path${SOLIBS}" |
| 76 | 76 | ||
| 77 | # For backwards compatibility after Debian-renaming | 77 | # For backwards compatibility after Debian-renaming |
| 78 | RPROVIDES_libcogl = "cogl-1.0" | 78 | RPROVIDES:libcogl = "cogl-1.0" |
| 79 | RCONFLICTS_libcogl = "cogl-1.0" | 79 | RCONFLICTS:libcogl = "cogl-1.0" |
| 80 | RREPLACES_libcogl = "cogl-1.0" | 80 | RREPLACES:libcogl = "cogl-1.0" |
| 81 | 81 | ||
| 82 | RDEPENDS_${PN}-dev = "libcogl" | 82 | RDEPENDS:${PN}-dev = "libcogl" |
| 83 | 83 | ||
| 84 | COMPATIBLE_HOST_armv4 = 'null' | 84 | COMPATIBLE_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 | ||
| 17 | SUMMARY_${PN}-core = "Clutter graphics library" | 17 | SUMMARY:${PN}-core = "Clutter graphics library" |
| 18 | RDEPENDS_${PN}-core = "\ | 18 | RDEPENDS:${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 \ |
