]> code.ossystems Code Review - meta-freescale.git/commitdiff
weston: Do not override PACKAGECONFIG
authorNeena Busireddy <neena.busireddy@freescale.com>
Tue, 28 Oct 2014 17:01:23 +0000 (12:01 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 31 Oct 2014 11:13:00 +0000 (09:13 -0200)
PACKAGECONFIG should not be overridden. If not, it will become very
complex to enable other features defined in the main recipe.

This patch also removes the duplicate PACKAGECONFIG settings defined
in the bbappend after this change.

For sololite, remove egl from PACKAGECONFIG as egl is enabled by
default for DISTRO_FEATURES wayland.

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend

index d6d194501d05ae788fcda09a1efb819e1979696c..22c6f2eddfd036340d9bc5d3d1f8ebcf5c74f655 100644 (file)
@@ -7,9 +7,9 @@ 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_mx6q = " egl cairo-glesv2"
-PACKAGECONFIG_append_mx6dl = " egl cairo-glesv2"
+PACKAGECONFIG_append_mx6q = " cairo-glesv2"
+PACKAGECONFIG_append_mx6dl = " cairo-glesv2"
+PACKAGECONFIG_remove_mx6sl = "egl"
 
 EXTRA_OECONF_append_mx6 = " \
     --disable-libunwind \