]> code.ossystems Code Review - meta-freescale.git/commitdiff
cairo: Fix PACKAGECONFIG settings
authorGary Thomas <gary@mlbassoc.com>
Tue, 21 Oct 2014 12:12:20 +0000 (06:12 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 23 Oct 2014 21:59:59 +0000 (19:59 -0200)
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>
meta-fsl-arm/recipes-graphics/cairo/cairo_%.bbappend

index 9eb32537c6d3b2328379ba57998f9e8231510c26..2b72535eba0cbb44ef232d88c1cf059e76776b47 100644 (file)
@@ -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"