summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-17 15:54:52 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-19 14:10:13 -0700
commit5eb46c66701552d66cfb16445a4d40244c97c96f (patch)
tree453060a0b327d8e9aaddacdd084fef6c3121c561 /recipes-multimedia
parent6a882207bccfad31d78b912006138bda79667615 (diff)
downloadmeta-freescale-5eb46c66701552d66cfb16445a4d40244c97c96f.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>
Diffstat (limited to 'recipes-multimedia')
-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 #########