summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
index a13cf30a..7a94b42f 100644
--- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
+++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
@@ -67,6 +67,13 @@ PLATFORM:mx8-nxp-bsp = "MX8"
67PLATFORM:mx9-nxp-bsp = "MX9" 67PLATFORM:mx9-nxp-bsp = "MX9"
68 68
69CFLAGS:append:toolchain-clang = " -Wno-implicit-int -Wno-int-conversion -Wno-incompatible-function-pointer-types" 69CFLAGS:append:toolchain-clang = " -Wno-implicit-int -Wno-int-conversion -Wno-incompatible-function-pointer-types"
70# GCC-14 otherwise errors out
71CFLAGS += " \
72 -Wno-error=int-conversion \
73 -Wno-error=incompatible-pointer-types \
74 -Wno-error=return-mismatch \
75 -Wno-error=implicit-function-declaration \
76"
70 77
71# Todo add a mechanism to map possible build targets 78# Todo add a mechanism to map possible build targets
72EXTRA_OEMESON = "-Dplatform=${PLATFORM} \ 79EXTRA_OEMESON = "-Dplatform=${PLATFORM} \