diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-06-21 13:40:20 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2024-06-21 13:40:20 +0200 |
commit | a9f20f043d3e35e8becc3bbb5064510549fea0de (patch) | |
tree | f37239752793a2ca80541c7e9c7fb3b228ebc4d4 | |
parent | 76adffc5e65a4d0b3d47052e404de2066a97f2ab (diff) | |
download | meta-freescale-a9f20f043d3e35e8becc3bbb5064510549fea0de.tar.gz |
Revert "imx-gst1.0-plugin: fix compile time error"
This reverts commit 530e79a2205cb08890d3642b3920074cab2964ff.
The commit fixes a compile time error with GCC-14. With GCC-13 used
in scarthgap the build fails. Revert backport.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb index 7a94b42fc..a13cf30ab 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | |||
@@ -67,13 +67,6 @@ PLATFORM:mx8-nxp-bsp = "MX8" | |||
67 | PLATFORM:mx9-nxp-bsp = "MX9" | 67 | PLATFORM:mx9-nxp-bsp = "MX9" |
68 | 68 | ||
69 | CFLAGS:append:toolchain-clang = " -Wno-implicit-int -Wno-int-conversion -Wno-incompatible-function-pointer-types" | 69 | CFLAGS:append:toolchain-clang = " -Wno-implicit-int -Wno-int-conversion -Wno-incompatible-function-pointer-types" |
70 | # GCC-14 otherwise errors out | ||
71 | CFLAGS += " \ | ||
72 | -Wno-error=int-conversion \ | ||
73 | -Wno-error=incompatible-pointer-types \ | ||
74 | -Wno-error=return-mismatch \ | ||
75 | -Wno-error=implicit-function-declaration \ | ||
76 | " | ||
77 | 70 | ||
78 | # Todo add a mechanism to map possible build targets | 71 | # Todo add a mechanism to map possible build targets |
79 | EXTRA_OEMESON = "-Dplatform=${PLATFORM} \ | 72 | EXTRA_OEMESON = "-Dplatform=${PLATFORM} \ |