summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-06-21 10:52:41 -0300
committerGitHub <noreply@github.com>2024-06-21 10:52:41 -0300
commit9301150f2ff85f28a14140009734275b4bd5c24c (patch)
treef37239752793a2ca80541c7e9c7fb3b228ebc4d4
parent59815c56db5022c6e22f0b1f138030592d25764c (diff)
parenta9f20f043d3e35e8becc3bbb5064510549fea0de (diff)
downloadmeta-freescale-9301150f2ff85f28a14140009734275b4bd5c24c.tar.gz
Merge pull request #1853 from MaxKrummenacher/scarthgap
[Scarthgap] Revert backports which don't compile with GCC-13
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.5.imx.bb7
-rw-r--r--recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb7
2 files changed, 0 insertions, 14 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.5.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.5.imx.bb
index 39c1bfe19..3366a6274 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.5.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.5.imx.bb
@@ -211,13 +211,6 @@ PACKAGECONFIG_G2D:imxgpu2d ??= "g2d"
211PACKAGECONFIG[g2d] = ",,virtual/libg2d" 211PACKAGECONFIG[g2d] = ",,virtual/libg2d"
212PACKAGECONFIG[tinycompress] = "-Dtinycompress=enabled,-Dtinycompress=disabled,tinycompress" 212PACKAGECONFIG[tinycompress] = "-Dtinycompress=enabled,-Dtinycompress=disabled,tinycompress"
213 213
214# GCC-14 otherwise errors out
215CFLAGS += " \
216 -Wno-error=implicit-function-declaration \
217 -Wno-error=incompatible-pointer-types \
218 -Wno-error=return-mismatch \
219 -Wno-error=int-conversion \
220"
221EXTRA_OEMESON += " \ 214EXTRA_OEMESON += " \
222 -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ 215 -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \
223" 216"
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"
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"
77 70
78# Todo add a mechanism to map possible build targets 71# Todo add a mechanism to map possible build targets
79EXTRA_OEMESON = "-Dplatform=${PLATFORM} \ 72EXTRA_OEMESON = "-Dplatform=${PLATFORM} \