All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm] [PATCH] cairo: Fix PACKAGECONFIG settings
@ 2014-10-21 12:12 Gary Thomas
  2014-10-22 12:49 ` Otavio Salvador
  0 siblings, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2014-10-21 12:12 UTC (permalink / raw)
  To: meta-freescale; +Cc: Gary Thomas

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>
---
 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



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-10-22 18:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-21 12:12 [meta-fsl-arm] [PATCH] cairo: Fix PACKAGECONFIG settings Gary Thomas
2014-10-22 12:49 ` Otavio Salvador
2014-10-22 14:38   ` Neena Busireddy
2014-10-22 15:36     ` Otavio Salvador
2014-10-22 17:50       ` Gary Thomas
2014-10-22 17:53       ` Neena Busireddy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.