summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-17 15:54:52 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-20 23:52:02 +0000
commit6c4343077bda24ed61db55643930458cb07ad57c (patch)
treef2d5efed6b06095c0f287065c1c5c686c27dde76
parent353c1fd44ecb4ab1e58c26705888bbacf8ca4ffa (diff)
downloadmeta-freescale-6c4343077bda24ed61db55643930458cb07ad57c.tar.gz
gstreamer1.0-plugins-base: 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 5eb46c66701552d66cfb16445a4d40244c97c96f)
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.imx.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.imx.bb
index ba1b9787..3cbd2179 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.imx.bb
@@ -137,6 +137,10 @@ PACKAGECONFIG[viv-fb] = ",,virtual/libgles2"
137 137
138EXTRA_OEMESON += "-Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}"" 138EXTRA_OEMESON += "-Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}""
139 139
140# links with imx-gpu libs which are pre-built for glibc
141# gcompat will address it during runtime
142LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined"
143
140COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 144COMPATIBLE_MACHINE = "(imx-nxp-bsp)"
141 145
142########### End of i.MX overrides ######### 146########### End of i.MX overrides #########