summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-29 09:06:07 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-29 16:21:32 +0000
commit71e721ead65a3cad51641a55d71a380adfcd394f (patch)
tree871b026ca1a711dae4073ce0a569221309e51387
parent60a87ba6b5f7b5a816927679fb463bfa527323f4 (diff)
downloadmeta-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)
-rw-r--r--recipes-graphics/wayland/weston_10.0.0.imx.bb2
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 = ""
177PACKAGECONFIG_OPENGL:imxgpu3d = "opengl" 177PACKAGECONFIG_OPENGL:imxgpu3d = "opengl"
178 178
179PACKAGECONFIG:remove = "wayland x11" 179PACKAGECONFIG:remove = "wayland x11"
180PACKAGECONFIG:append = "${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}" 180PACKAGECONFIG:append = "${@bb.utils.filter('DISTRO_FEATURES', ' ${PACKAGECONFIG_OPENGL}', d)}"
181 181
182PACKAGECONFIG:remove:imxfbdev = "kms" 182PACKAGECONFIG:remove:imxfbdev = "kms"
183PACKAGECONFIG:append:imxfbdev = " fbdev clients" 183PACKAGECONFIG:append:imxfbdev = " fbdev clients"