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/cogl | |
| 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/cogl')
| -rw-r--r-- | meta-gnome/recipes-graphics/cogl/cogl-1.0.inc | 26 |
1 files changed, 13 insertions, 13 deletions
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' |
