[meta-freescale] [meta-fsl-arm][PATCH] weston: Do not override PACKAGECONFIG

Neena Busireddy neena.busireddy at freescale.com
Wed Oct 22 11:55:15 PDT 2014


PACKAGECONFIG should not be overridden. If not, it will
become very complex to enable other features defined in the main
recipe.

Signed-off-by: Neena Busireddy <neena.busireddy at freescale.com>
---
 recipes-graphics/wayland/weston_%.bbappend |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
index d6d1945..64b175d 100644
--- a/recipes-graphics/wayland/weston_%.bbappend
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -7,7 +7,7 @@ SRC_URI_append_mx6 = " file://0001-ENGR00314805-1-Add-Vivante-EGL-support.patch
              file://0005-Enable-GAL2D-compositor-in-SoloLite.patch \
              file://0006-Change-GAL2D-compositor-to-be-default-i.patch \
              "
-PACKAGECONFIG_mx6 = "fbdev"
+PACKAGECONFIG_append_mx6 = " fbdev"
 PACKAGECONFIG_append_mx6q = " egl cairo-glesv2"
 PACKAGECONFIG_append_mx6dl = " egl cairo-glesv2"
 
-- 
1.7.9.5



More information about the meta-freescale mailing list