diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-17 15:54:52 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-19 14:10:13 -0700 |
commit | 5eb46c66701552d66cfb16445a4d40244c97c96f (patch) | |
tree | 453060a0b327d8e9aaddacdd084fef6c3121c561 | |
parent | 6a882207bccfad31d78b912006138bda79667615 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.imx.bb | 4 |
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 | ||
138 | EXTRA_OEMESON += "-Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}"" | 138 | EXTRA_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 | ||
142 | LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" | ||
143 | |||
140 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | 144 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" |
141 | 145 | ||
142 | ########### End of i.MX overrides ######### | 146 | ########### End of i.MX overrides ######### |