From a8fe749a5f49b1bf9f8d433c97b22abaefbbdda2 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 25 Aug 2014 23:23:42 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.40.1