From 76adffc5e65a4d0b3d47052e404de2066a97f2ab Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 21 Jun 2024 13:38:51 +0200 Subject: Revert "gstreamer1.0-plugins-bad_1.22.5.imx: fix compile time error" This reverts commit 0cc3bf6bbb0e46ee54d5f2e838a6979331b9eb76. 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 --- .../gstreamer/gstreamer1.0-plugins-bad_1.22.5.imx.bb | 7 ------- 1 file changed, 7 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" PACKAGECONFIG[g2d] = ",,virtual/libg2d" PACKAGECONFIG[tinycompress] = "-Dtinycompress=enabled,-Dtinycompress=disabled,tinycompress" -# GCC-14 otherwise errors out -CFLAGS += " \ - -Wno-error=implicit-function-declaration \ - -Wno-error=incompatible-pointer-types \ - -Wno-error=return-mismatch \ - -Wno-error=int-conversion \ -" EXTRA_OEMESON += " \ -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ " -- cgit v1.2.3-54-g00ecf From a9f20f043d3e35e8becc3bbb5064510549fea0de Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 21 Jun 2024 13:40:20 +0200 Subject: 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 --- recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | 7 ------- 1 file changed, 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" PLATFORM:mx9-nxp-bsp = "MX9" CFLAGS:append:toolchain-clang = " -Wno-implicit-int -Wno-int-conversion -Wno-incompatible-function-pointer-types" -# GCC-14 otherwise errors out -CFLAGS += " \ - -Wno-error=int-conversion \ - -Wno-error=incompatible-pointer-types \ - -Wno-error=return-mismatch \ - -Wno-error=implicit-function-declaration \ -" # Todo add a mechanism to map possible build targets EXTRA_OEMESON = "-Dplatform=${PLATFORM} \ -- cgit v1.2.3-54-g00ecf