From 3e5cd5df2196c089fc6e4d1a869ade30bb5b21ff Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 18 Nov 2016 19:11:42 -0600 Subject: [PATCH] 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 --- recipes-graphics/wayland/weston_%.bbappend | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 = "" -- 2.40.1