]> code.ossystems Code Review - meta-freescale.git/commitdiff
cairo: Drop 'class-target' use
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 26 Aug 2014 02:23:42 +0000 (23:23 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 30 Aug 2014 21:29:42 +0000 (18:29 -0300)
The native and nativesdk classes now reset the MACHINEOVERRIDES
variable, avoiding the failure during the build due the extra flags
for Vivante support.

This patch removes the 'class-target' override as the override won't
apply in native and nativesdk use anymore.

Change-Id: I53b1939c1bd20fca1c3e39e67fd03aaa743501d0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend

index a6df001f2af7ea937df2ab3443aa1aa99bb8fe32..9eb32537c6d3b2328379ba57998f9e8231510c26 100644 (file)
@@ -6,8 +6,8 @@ CFLAGS_append_mx6 = " -DLINUX \
                                                        '-DEGL_API_DFB', '-DEGL_API_FB', d),d),d)}"
 
 
-PACKAGECONFIG_class-target_mx6 = " \
+PACKAGECONFIG_mx6 = " \
     ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}"
 
-PACKAGECONFIG_append_class-target_mx6q = " egl glesv2"
-PACKAGECONFIG_append_class-target_mx6dl = " egl glesv2"
+PACKAGECONFIG_append_mx6q = " egl glesv2"
+PACKAGECONFIG_append_mx6dl = " egl glesv2"