diff options
| author | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2026-07-28 18:24:18 +0200 |
|---|---|---|
| committer | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2026-07-28 18:52:58 +0200 |
| commit | efb060e060778a4d58e1102e53f5a34c9185701c (patch) | |
| tree | 5899dac5b123d65314118248e54f3ca3f9adc242 | |
| parent | 464761e868e1a6c4b376e845c3f5df183d1efb66 (diff) | |
| download | meta-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.bb | 3 |
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 ?= "\ | |||
| 204 | PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}" | 204 | PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}" |
| 205 | PACKAGECONFIG:remove:mx93-nxp-bsp = "gl" | 205 | PACKAGECONFIG:remove:mx93-nxp-bsp = "gl" |
| 206 | PACKAGECONFIG:remove:mx943-nxp-bsp = "gl" | 206 | PACKAGECONFIG:remove:mx943-nxp-bsp = "gl" |
| 207 | PACKAGECONFIG:append:mx8-nxp-bsp = " kms tinycompress" | 207 | PACKAGECONFIG:append:mx8-nxp-bsp = " kms" |
| 208 | 208 | ||
| 209 | PACKAGECONFIG:append = " ${PACKAGECONFIG_G2D}" | 209 | PACKAGECONFIG:append = " ${PACKAGECONFIG_G2D}" |
| 210 | PACKAGECONFIG_G2D ??= "" | 210 | PACKAGECONFIG_G2D ??= "" |
| 211 | PACKAGECONFIG_G2D:imxgpu2d ??= "g2d" | 211 | PACKAGECONFIG_G2D:imxgpu2d ??= "g2d" |
| 212 | 212 | ||
| 213 | PACKAGECONFIG[g2d] = ",,virtual/libg2d" | 213 | PACKAGECONFIG[g2d] = ",,virtual/libg2d" |
| 214 | PACKAGECONFIG[tinycompress] = "-Dtinycompress=enabled,-Dtinycompress=disabled,tinycompress" | ||
| 215 | 214 | ||
| 216 | EXTRA_OEMESON += "\ | 215 | EXTRA_OEMESON += "\ |
| 217 | -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ | 216 | -Dc_args="${CFLAGS} -I${STAGING_INCDIR_IMX}" \ |
