summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-04 22:09:08 -0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-05 11:23:07 +0000
commitd05eff0ea71b0aa82f452b3d08f0d5d7f24f4a41 (patch)
treea96f099ff25a6e79567c5102f9f753bacd5f64e4
parent3a7f48e47d3aad8f23f0f689d907f284cfdb859d (diff)
downloadmeta-freescale-d05eff0ea71b0aa82f452b3d08f0d5d7f24f4a41.tar.gz
gstreamer1.0-plugins-bad: Force gcc compiler always
This ensures that clang based distributions can compile this recipe, since it uses nested functions ( bad bad ) which is not supported by clang Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5ccd9398494408005d521325bda2fa5c9a2b17c7)
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb
index 71160fad..31ddfa36 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb
@@ -210,4 +210,7 @@ EXTRA_OEMESON += " \
210 210
211COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 211COMPATIBLE_MACHINE = "(imx-nxp-bsp)"
212 212
213# it uses nested functions sadly, in ext/wayland/gstwaylandsink.c for GST_ELEMENT_REGISTER_DEFINE
214#
215TOOLCHAIN = "gcc"
213########### End of i.MX overrides ######### 216########### End of i.MX overrides #########