summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErnest Van Hoecke <ernest.vanhoecke@toradex.com>2026-07-28 18:24:18 +0200
committerErnest Van Hoecke <ernest.vanhoecke@toradex.com>2026-07-28 18:52:58 +0200
commitefb060e060778a4d58e1102e53f5a34c9185701c (patch)
tree5899dac5b123d65314118248e54f3ca3f9adc242
parent464761e868e1a6c4b376e845c3f5df183d1efb66 (diff)
downloadmeta-freescale-efb060e060778a4d58e1102e53f5a34c9185701c.tar.gz
gstreamer1.0-plugins-bad: drop stale tinycompress PACKAGECONFIG
The NXP 1.28.1.imx source revision used by this recipe no longer provides a Meson option named 'tinycompress', nor does it contain the tinycompresssink plugin directory in sys/. This can lead to the following build error: | ../sources/gstreamer1.0-plugins-bad-1.28.1.imx/meson.build:1:0: ERROR: Unknown option: "tinycompress". Drop the stale PACKAGECONFIG entry and the mx8 append. If tinycompresssink is needed again, the plugin and its Meson option need to be restored in the source tree first. Fixes: 843ac09e88a2 ("gst/gstreamer: Bump 1.26.6 -> 1.28.1") Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.28.1.imx.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.28.1.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.28.1.imx.bb
index fa2b80274..c978097aa 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.28.1.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.28.1.imx.bb
@@ -204,14 +204,13 @@ PACKAGECONFIG_REMOVE ?= "\
204PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}" 204PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}"
205PACKAGECONFIG:remove:mx93-nxp-bsp = "gl" 205PACKAGECONFIG:remove:mx93-nxp-bsp = "gl"
206PACKAGECONFIG:remove:mx943-nxp-bsp = "gl" 206PACKAGECONFIG:remove:mx943-nxp-bsp = "gl"
207PACKAGECONFIG:append:mx8-nxp-bsp = " kms tinycompress" 207PACKAGECONFIG:append:mx8-nxp-bsp = " kms"
208 208
209PACKAGECONFIG:append = " ${PACKAGECONFIG_G2D}" 209PACKAGECONFIG:append = " ${PACKAGECONFIG_G2D}"
210PACKAGECONFIG_G2D ??= "" 210PACKAGECONFIG_G2D ??= ""
211PACKAGECONFIG_G2D:imxgpu2d ??= "g2d" 211PACKAGECONFIG_G2D:imxgpu2d ??= "g2d"
212 212
213PACKAGECONFIG[g2d] = ",,virtual/libg2d" 213PACKAGECONFIG[g2d] = ",,virtual/libg2d"
214PACKAGECONFIG[tinycompress] = "-Dtinycompress=enabled,-Dtinycompress=disabled,tinycompress"
215 214
216EXTRA_OEMESON += "\ 215EXTRA_OEMESON += "\
217 -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ 216 -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \