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
commit16ebea4e1c8aab1561c01d85c3944c9e18bb767c (patch)
treebd2f6f3fd71fa3e7d499c32aebc0650bb41397ba
parent82e00750af48747ed5da8315b524ca0f8f9283ba (diff)
downloadmeta-fsl-arm-16ebea4e1c8aab1561c01d85c3944c9e18bb767c.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--recipes-graphics/cairo/cairo_%.bbappend3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend
index 9eb3253..2b72535 100644
--- a/recipes-graphics/cairo/cairo_%.bbappend
+++ b/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"