summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2014-10-21 06:12:20 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2014-10-23 19:59:59 -0200
commita658b675bfa500524a1680ce111d7b037e02cb8b (patch)
treebfd1006ea1363391b7e0908ce442db4c57fd2d93
parenta016ca84f310e20149bec7ba6177f01229be8021 (diff)
downloadmeta-freescale-a658b675bfa500524a1680ce111d7b037e02cb8b.tar.gz
cairo: Fix PACKAGECONFIG settings
Remove a forced setting of PACKAGECONFIG_mx6 - this caused some flags which were set by the main recipe to be lost, e.g. "x11". The flags which are being set by these lines are correctly set in the main recipe, so this change fixes the errant behaviour with no other side effects. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend b/meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend
index 9eb32537c..2b72535eb 100644
--- a/meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend
+++ b/meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend
@@ -6,8 +6,5 @@ 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_mx6 = " \
10 ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}"
11
12PACKAGECONFIG_append_mx6q = " egl glesv2" 9PACKAGECONFIG_append_mx6q = " egl glesv2"
13PACKAGECONFIG_append_mx6dl = " egl glesv2" 10PACKAGECONFIG_append_mx6dl = " egl glesv2"