diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-06-21 10:52:41 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-21 10:52:41 -0300 |
commit | 9301150f2ff85f28a14140009734275b4bd5c24c (patch) | |
tree | f37239752793a2ca80541c7e9c7fb3b228ebc4d4 | |
parent | 59815c56db5022c6e22f0b1f138030592d25764c (diff) | |
parent | a9f20f043d3e35e8becc3bbb5064510549fea0de (diff) | |
download | meta-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.bb | 7 | ||||
-rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | 7 |
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" | |||
211 | PACKAGECONFIG[g2d] = ",,virtual/libg2d" | 211 | PACKAGECONFIG[g2d] = ",,virtual/libg2d" |
212 | PACKAGECONFIG[tinycompress] = "-Dtinycompress=enabled,-Dtinycompress=disabled,tinycompress" | 212 | PACKAGECONFIG[tinycompress] = "-Dtinycompress=enabled,-Dtinycompress=disabled,tinycompress" |
213 | 213 | ||
214 | # GCC-14 otherwise errors out | ||
215 | CFLAGS += " \ | ||
216 | -Wno-error=implicit-function-declaration \ | ||
217 | -Wno-error=incompatible-pointer-types \ | ||
218 | -Wno-error=return-mismatch \ | ||
219 | -Wno-error=int-conversion \ | ||
220 | " | ||
221 | EXTRA_OEMESON += " \ | 214 | EXTRA_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" | |||
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} \ |