From: Otavio Salvador Date: Tue, 26 Aug 2014 02:23:42 +0000 (-0300) Subject: cairo: Drop 'class-target' use X-Git-Tag: 2.1~863 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a8fe749a5f49b1bf9f8d433c97b22abaefbbdda2;p=meta-freescale.git cairo: Drop 'class-target' use 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 --- diff --git a/meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend b/meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend index a6df001f..9eb32537 100644 --- a/meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend +++ b/meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend @@ -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"