diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-29 09:06:07 -0700 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-09-29 16:21:32 +0000 |
commit | 71e721ead65a3cad51641a55d71a380adfcd394f (patch) | |
tree | 871b026ca1a711dae4073ce0a569221309e51387 /recipes-graphics | |
parent | 60a87ba6b5f7b5a816927679fb463bfa527323f4 (diff) | |
download | meta-freescale-71e721ead65a3cad51641a55d71a380adfcd394f.tar.gz |
weston: Add missing space before appending to PACKAGECONFIG
This can cause problem by creating unknown packageconfigs by
concatenating the strings
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit b8581e79e0ae9d7c1a6181ebd3425b7348b86f26)
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/weston_10.0.0.imx.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_10.0.0.imx.bb b/recipes-graphics/wayland/weston_10.0.0.imx.bb index 676c19e6..1e380ffe 100644 --- a/recipes-graphics/wayland/weston_10.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_10.0.0.imx.bb | |||
@@ -177,7 +177,7 @@ PACKAGECONFIG_OPENGL:imxgpu2d = "" | |||
177 | PACKAGECONFIG_OPENGL:imxgpu3d = "opengl" | 177 | PACKAGECONFIG_OPENGL:imxgpu3d = "opengl" |
178 | 178 | ||
179 | PACKAGECONFIG:remove = "wayland x11" | 179 | PACKAGECONFIG:remove = "wayland x11" |
180 | PACKAGECONFIG:append = "${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}" | 180 | PACKAGECONFIG:append = "${@bb.utils.filter('DISTRO_FEATURES', ' ${PACKAGECONFIG_OPENGL}', d)}" |
181 | 181 | ||
182 | PACKAGECONFIG:remove:imxfbdev = "kms" | 182 | PACKAGECONFIG:remove:imxfbdev = "kms" |
183 | PACKAGECONFIG:append:imxfbdev = " fbdev clients" | 183 | PACKAGECONFIG:append:imxfbdev = " fbdev clients" |