From d05eff0ea71b0aa82f452b3d08f0d5d7f24f4a41 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Jan 2023 22:09:08 -0800 Subject: 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 (cherry picked from commit 5ccd9398494408005d521325bda2fa5c9a2b17c7) --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.0.imx.bb') 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 += " \ COMPATIBLE_MACHINE = "(imx-nxp-bsp)" +# it uses nested functions sadly, in ext/wayland/gstwaylandsink.c for GST_ELEMENT_REGISTER_DEFINE +# +TOOLCHAIN = "gcc" ########### End of i.MX overrides ######### -- cgit v1.2.3-54-g00ecf