summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/cairo
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-08-25 23:23:42 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-08-30 18:29:42 -0300
commit88e8842fba7b3ea6e5f84a5c6d7066047b2bab30 (patch)
tree9736403166bdb5156f08cba932cc00758c9b2ed8 /recipes-graphics/cairo
parentbaa309a4fb289cac471e18c09865ec7154238e27 (diff)
downloadmeta-fsl-arm-88e8842fba7b3ea6e5f84a5c6d7066047b2bab30.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/cairo')
-rw-r--r--recipes-graphics/cairo/cairo_%.bbappend6
1 files changed, 3 insertions, 3 deletions
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 \
6 '-DEGL_API_DFB', '-DEGL_API_FB', d),d),d)}" 6 '-DEGL_API_DFB', '-DEGL_API_FB', d),d),d)}"
7 7
8 8
9PACKAGECONFIG_class-target_mx6 = " \ 9PACKAGECONFIG_mx6 = " \
10 ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" 10 ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}"
11 11
12PACKAGECONFIG_append_class-target_mx6q = " egl glesv2" 12PACKAGECONFIG_append_mx6q = " egl glesv2"
13PACKAGECONFIG_append_class-target_mx6dl = " egl glesv2" 13PACKAGECONFIG_append_mx6dl = " egl glesv2"