From: Neena Busireddy Date: Tue, 28 Oct 2014 17:01:23 +0000 (-0500) Subject: weston: Do not override PACKAGECONFIG X-Git-Tag: 2.1~825 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5a9a0bdf0e03c7396a61a40aad73ad32d032e4bd;p=meta-freescale.git weston: Do not override PACKAGECONFIG 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 Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend b/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend index d6d19450..22c6f2ed 100644 --- a/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-fsl-arm/recipes-graphics/wayland/weston_%.bbappend @@ -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 \