summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-23 10:05:30 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-23 10:05:30 -0300
commit70864ac9d5f5be9cdc379905e933fd67515ccdb5 (patch)
treed2643680b71f6f68eac1006c9a2f3f1bcf1ac556 /recipes-multimedia
parent26b707cc2d2469f6fdd5db8be580d73bf46cf54e (diff)
downloadmeta-freescale-70864ac9d5f5be9cdc379905e933fd67515ccdb5.tar.gz
gstreamer1.0-plugins-imx: Add SUMMARY and expand DESCRIPTION per oelint
The recipe set DESCRIPTION but no SUMMARY, tripping oelint's mandatoryvar.SUMMARY. Add a SUMMARY and expand DESCRIPTION so it is distinct from and more informative than the summary. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.2.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.2.0.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.2.0.bb
index 2768c6b7e..a3abc3927 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.2.0.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_2.2.0.bb
@@ -1,5 +1,6 @@
1# Copyright (C) 2018 O.S. Systems Software LTDA. 1# Copyright (C) 2018 O.S. Systems Software LTDA.
2DESCRIPTION = "GStreamer 1.0 plugins for i.MX platforms" 2SUMMARY = "GStreamer 1.0 plugins for i.MX platforms"
3DESCRIPTION = "GStreamer 1.0 plugins providing hardware-accelerated video and audio elements (VPU decoders/encoders, G2D/IPU-based blitters and uniaudio) for NXP i.MX platforms."
3HOMEPAGE = "https://github.com/Freescale/gstreamer-imx" 4HOMEPAGE = "https://github.com/Freescale/gstreamer-imx"
4LICENSE = "LGPL-2.0-or-later" 5LICENSE = "LGPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605"