diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2016-11-18 19:11:42 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-11-23 08:09:34 -0200 |
commit | 3e5cd5df2196c089fc6e4d1a869ade30bb5b21ff (patch) | |
tree | 82ab5ff08bc469e82b32144b04bae83451e59e76 /recipes-graphics/wayland | |
parent | 88720c5cb13e6e804d1bdf27ccef799d3dcf5c2f (diff) | |
download | meta-freescale-3e5cd5df2196c089fc6e4d1a869ade30bb5b21ff.tar.gz |
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 <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r-- | recipes-graphics/wayland/weston_%.bbappend | 8 |
1 files 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}" | |||
27 | PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}" | 27 | PACKAGECONFIG_remove = " ${PACKAGECONFIG_IMX_TO_REMOVE}" |
28 | 28 | ||
29 | 29 | ||
30 | EXTRA_OECONF_IMX = " \ | 30 | EXTRA_OECONF_IMX_COMMON = " \ |
31 | --disable-libunwind \ | 31 | --disable-libunwind \ |
32 | --disable-xwayland-test \ | 32 | --disable-xwayland-test \ |
33 | WESTON_NATIVE_BACKEND=fbdev-backend.so \ | 33 | WESTON_NATIVE_BACKEND=fbdev-backend.so \ |
34 | " | 34 | " |
35 | EXTRA_OECONF_IMX = "" | ||
36 | EXTRA_OECONF_IMX_imxpxp = "${EXTRA_OECONF_IMX_COMMON}" | ||
37 | EXTRA_OECONF_IMX_imxgpu2d = "${EXTRA_OECONF_IMX_COMMON}" | ||
35 | 38 | ||
36 | EXTRA_OECONF_append_imxpxp = " ${EXTRA_OECONF_IMX}" | 39 | EXTRA_OECONF_append = " ${EXTRA_OECONF_IMX}" |
37 | EXTRA_OECONF_append_imxgpu2d = " ${EXTRA_OECONF_IMX}" | ||
38 | 40 | ||
39 | # Use a intermediate step to configure the linking flags | 41 | # Use a intermediate step to configure the linking flags |
40 | IMXGPU_LIBS = "" | 42 | IMXGPU_LIBS = "" |