summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-17 15:54:02 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-20 23:52:02 +0000
commit353c1fd44ecb4ab1e58c26705888bbacf8ca4ffa (patch)
tree8eb32db92224f360bff179bffedd4d7710aecad4
parentb975f469f571c2650d6ba2b0d66a792d655ae00a (diff)
downloadmeta-freescale-353c1fd44ecb4ab1e58c26705888bbacf8ca4ffa.tar.gz
weston: Allow undefined symbols with musl
These are glibc specific symbols which gcompat should be able to handle at runtime Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 6a882207bccfad31d78b912006138bda79667615)
-rw-r--r--recipes-graphics/wayland/weston_10.0.0.imx.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_10.0.0.imx.bb b/recipes-graphics/wayland/weston_10.0.0.imx.bb
index a9f6ec13..b9e8fca5 100644
--- a/recipes-graphics/wayland/weston_10.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_10.0.0.imx.bb
@@ -202,6 +202,10 @@ EXTRA_OEMESON:append:imxfbdev = " -Dbackend-default=fbdev"
202 202
203EXTRA_OEMESON += "-Ddeprecated-wl-shell=true" 203EXTRA_OEMESON += "-Ddeprecated-wl-shell=true"
204 204
205# links with imx-gpu libs which are pre-built for glibc
206# gcompat will address it during runtime
207LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined"
208
205PACKAGE_ARCH = "${MACHINE_SOCARCH}" 209PACKAGE_ARCH = "${MACHINE_SOCARCH}"
206COMPATIBLE_MACHINE = "(imxfbdev|imxgpu)" 210COMPATIBLE_MACHINE = "(imxfbdev|imxgpu)"
207 211