From 88e8842fba7b3ea6e5f84a5c6d7066047b2bab30 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 25 Aug 2014 23:23:42 -0300 Subject: 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 --- recipes-graphics/cairo/cairo_%.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-graphics/cairo') diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend index a6df001..9eb3253 100644 --- a/recipes-graphics/cairo/cairo_%.bbappend +++ b/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" -- cgit v1.2.3-54-g00ecf