]> code.ossystems Code Review - meta-freescale.git/commitdiff
clutter-1.0: Rename bbappend to generic version
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 7 Mar 2014 15:34:58 +0000 (12:34 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 13 Mar 2014 01:36:02 +0000 (22:36 -0300)
This allow for version independant matching so we don't need to bump
it every time OE-Core updates.

This also removes the -DUSE_API_FB for X11 case as X11 cannot use it
and fix the base_contains syntax in PACKAGECONFIG setting.

Change-Id: I7b757906354e7c815e62fff6fd059a82f1ecff78
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/clutter/clutter-1.0_%.bbappend [moved from meta-fsl-arm/recipes-graphics/clutter/clutter-1.0_1.16.2.bbappend with 56% similarity]

similarity index 56%
rename from meta-fsl-arm/recipes-graphics/clutter/clutter-1.0_1.16.2.bbappend
rename to meta-fsl-arm/recipes-graphics/clutter/clutter-1.0_%.bbappend
index a4e6f46d00505cf55e85efb457bd1c36a7e8715b..b4eb92de541e9d4970fc3aaf488ff7f731399caf 100644 (file)
@@ -1,9 +1,9 @@
 # Provide the need flags and backend settings to work with Vivante GPU
 CFLAGS_append_mx6 = " -DLINUX \
-                      ${@base_contains('DISTRO_FEATURES', 'x11', '-DEGL_API_FB', \
+                      ${@base_contains('DISTRO_FEATURES', 'x11', '', \
                                        base_contains('DISTRO_FEATURES', 'wayland', \
                                                      '-DEGL_API_WL', '', d), d)}"
 
-PACKAGECONFIG_mx6 ??= "${base_contains('DISTRO_FEATURES', 'x11', 'glx x11', \
-                                       base_contains('DISTRO_FEATURES', 'wayland', \
-                                                     'wayland egl', '', d), d)}"
+PACKAGECONFIG_mx6 ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'glx x11', \
+                                        base_contains('DISTRO_FEATURES', 'wayland', \
+                                                      'wayland egl', '', d), d)}"