diff options
| author | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2026-03-30 16:07:03 +0200 |
|---|---|---|
| committer | Ernest Van Hoecke <ernest.vanhoecke@toradex.com> | 2026-03-30 16:09:53 +0200 |
| commit | 71e8d7e9b6573ca727d822f323d300b915e267ab (patch) | |
| tree | 91d3f8dad6c3e42e0ca3b47b37013f08f50ec25b | |
| parent | 73bcf552f89133f57cf5dc8de6c2dc5c4f49ef6e (diff) | |
Commit 25c0c7d34a60 ("gst/gstreamer: Bump 1.26.0 -> 1.26.6") in
meta-freescale removed the packages imx-gst1.0-plugin-gplay and
imx-gst1.0-plugin-grecorder and merged them together with some other
tools into imx-gst1.0-plugin-tools.
Replace these packages with imx-gst1.0-plugin-tools.
This fixes the following build error:
ERROR: Nothing RPROVIDES 'imx-gst1.0-plugin-gplay' (but [...]/layers/meta-toradex-demos/recipes-images/images/packagegroup-tdx-graphical.bb RDEPENDS on or otherwise requires it)
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
| -rw-r--r-- | recipes-images/images/packagegroup-tdx-graphical.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-images/images/packagegroup-tdx-graphical.bb b/recipes-images/images/packagegroup-tdx-graphical.bb index bb22a34..078f769 100644 --- a/recipes-images/images/packagegroup-tdx-graphical.bb +++ b/recipes-images/images/packagegroup-tdx-graphical.bb @@ -35,8 +35,7 @@ RRECOMMENDS:packagegroup-gstreamer-tdx-graphical:colibri-imx6ull = "" RRECOMMENDS:packagegroup-gstreamer-tdx-graphical:colibri-imx6ull-emmc = "" RRECOMMENDS:packagegroup-gstreamer-tdx-graphical:append:mx8-nxp-bsp = " \ imx-gst1.0-plugin \ - imx-gst1.0-plugin-gplay \ - imx-gst1.0-plugin-grecorder \ + imx-gst1.0-plugin-tools \ packagegroup-fsl-gstreamer1.0-full \ " |
