mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
@@ -41,9 +41,9 @@ PACKAGECONFIG ??= "egl gdk \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}"
|
||||
|
||||
FILES_${PN}-examples = "${libdir}/clutter/examples"
|
||||
FILES:${PN}-examples = "${libdir}/clutter/examples"
|
||||
|
||||
do_configure_prepend() {
|
||||
do_configure:prepend() {
|
||||
# see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this
|
||||
touch -t 200001010000 ${S}/po/clutter-1.0.pot
|
||||
}
|
||||
|
||||
@@ -15,9 +15,9 @@ export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy"
|
||||
SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
|
||||
|
||||
DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev"
|
||||
RDEPENDS_${PN} += "gstreamer1.0-meta-base"
|
||||
RDEPENDS:${PN} += "gstreamer1.0-meta-base"
|
||||
PACKAGES =+ "${PN}-examples"
|
||||
|
||||
FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so"
|
||||
FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la"
|
||||
FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink"
|
||||
FILES:${PN} += "${libdir}/gstreamer-1.0/lib*.so"
|
||||
FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.la"
|
||||
FILES:${PN}-examples = "${bindir}/video-player ${bindir}/video-sink"
|
||||
|
||||
@@ -35,7 +35,7 @@ EXTRA_OECONF += "--enable-examples-install \
|
||||
--disable-gles1 \
|
||||
--disable-cairo \
|
||||
"
|
||||
DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized"
|
||||
DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized"
|
||||
|
||||
# OpenGL/GLX
|
||||
PACKAGECONFIG[glx] = "--enable-gl --enable-glx,--disable-gl --disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11},${ERDEPENDS_GL}"
|
||||
@@ -62,23 +62,23 @@ PACKAGECONFIG ??= "cogl-pango gles2 \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx egl-x11', '', d)} \
|
||||
"
|
||||
|
||||
do_compile_prepend() {
|
||||
do_compile:prepend() {
|
||||
export GIR_EXTRA_LIBS_PATH="${B}/cogl/.libs"
|
||||
}
|
||||
|
||||
FILES_${PN} = ""
|
||||
FILES_${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*"
|
||||
FILES_libcogl = "${libdir}/libcogl${SOLIBS} ${libdir}/girepository-1.0/Cogl-*.typelib"
|
||||
FILES_libcogl-gles2 = "${libdir}/libcogl-gles2${SOLIBS}"
|
||||
FILES_libcogl-pango = "${libdir}/libcogl-pango${SOLIBS} ${libdir}/girepository-1.0/CoglPango*.typelib"
|
||||
FILES:${PN} = ""
|
||||
FILES:${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*"
|
||||
FILES:libcogl = "${libdir}/libcogl${SOLIBS} ${libdir}/girepository-1.0/Cogl-*.typelib"
|
||||
FILES:libcogl-gles2 = "${libdir}/libcogl-gles2${SOLIBS}"
|
||||
FILES:libcogl-pango = "${libdir}/libcogl-pango${SOLIBS} ${libdir}/girepository-1.0/CoglPango*.typelib"
|
||||
|
||||
FILES_libcogl-path = "${libdir}/libcogl-path${SOLIBS}"
|
||||
FILES:libcogl-path = "${libdir}/libcogl-path${SOLIBS}"
|
||||
|
||||
# For backwards compatibility after Debian-renaming
|
||||
RPROVIDES_libcogl = "cogl-1.0"
|
||||
RCONFLICTS_libcogl = "cogl-1.0"
|
||||
RREPLACES_libcogl = "cogl-1.0"
|
||||
RPROVIDES:libcogl = "cogl-1.0"
|
||||
RCONFLICTS:libcogl = "cogl-1.0"
|
||||
RREPLACES:libcogl = "cogl-1.0"
|
||||
|
||||
RDEPENDS_${PN}-dev = "libcogl"
|
||||
RDEPENDS:${PN}-dev = "libcogl"
|
||||
|
||||
COMPATIBLE_HOST_armv4 = 'null'
|
||||
COMPATIBLE_HOST:armv4 = 'null'
|
||||
|
||||
@@ -14,8 +14,8 @@ PACKAGES = "\
|
||||
${PN}-core \
|
||||
"
|
||||
|
||||
SUMMARY_${PN}-core = "Clutter graphics library"
|
||||
RDEPENDS_${PN}-core = "\
|
||||
SUMMARY:${PN}-core = "Clutter graphics library"
|
||||
RDEPENDS:${PN}-core = "\
|
||||
clutter-1.0 \
|
||||
clutter-gst-3.0 \
|
||||
clutter-gtk-1.0 \
|
||||
|
||||
Reference in New Issue
Block a user