From: Tom Hochstein Date: Sat, 19 Nov 2016 01:11:42 +0000 (-0600) Subject: weston: Remove duplication in variable value X-Git-Tag: 2.2~138 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3e5cd5df2196c089fc6e4d1a869ade30bb5b21ff;p=meta-freescale.git weston: Remove duplication in variable value Rework variable implementation (using SoC override) so that the value does not contain a duplication. Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador --- diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend index d5602c90..366398f0 100644 --- a/recipes-graphics/wayland/weston_%.bbappend +++ b/recipes-graphics/wayland/weston_%.bbappend @@ -27,14 +27,16 @@ PACKAGECONFIG_append = " ${PACKAGECONFIG_IMX_TO_APPEND}" PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}" -EXTRA_OECONF_IMX = " \ +EXTRA_OECONF_IMX_COMMON = " \ --disable-libunwind \ --disable-xwayland-test \ WESTON_NATIVE_BACKEND=fbdev-backend.so \ " +EXTRA_OECONF_IMX = "" +EXTRA_OECONF_IMX_imxpxp = "${EXTRA_OECONF_IMX_COMMON}" +EXTRA_OECONF_IMX_imxgpu2d = "${EXTRA_OECONF_IMX_COMMON}" -EXTRA_OECONF_append_imxpxp = " ${EXTRA_OECONF_IMX}" -EXTRA_OECONF_append_imxgpu2d = " ${EXTRA_OECONF_IMX}" +EXTRA_OECONF_append = " ${EXTRA_OECONF_IMX}" # Use a intermediate step to configure the linking flags IMXGPU_LIBS = ""