[meta-freescale] [meta-fsl-arm] [PATCH] cairo: Fix PACKAGECONFIG settings

Gary Thomas gary at mlbassoc.com
Tue Oct 21 05:12:20 PDT 2014


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 at mlbassoc.com>
---
 recipes-graphics/cairo/cairo_%.bbappend | 3 ---
 1 file changed, 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 \
                                                        '-DEGL_API_DFB', '-DEGL_API_FB', d),d),d)}"
 
 
-PACKAGECONFIG_mx6 = " \
-    ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}"
-
 PACKAGECONFIG_append_mx6q = " egl glesv2"
 PACKAGECONFIG_append_mx6dl = " egl glesv2"
-- 
1.9.1



More information about the meta-freescale mailing list