diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-23 10:05:30 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-23 10:05:30 -0300 |
| commit | 70864ac9d5f5be9cdc379905e933fd67515ccdb5 (patch) | |
| tree | d2643680b71f6f68eac1006c9a2f3f1bcf1ac556 /recipes-multimedia | |
| parent | 26b707cc2d2469f6fdd5db8be580d73bf46cf54e (diff) | |
| download | meta-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.bb | 3 |
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. |
| 2 | DESCRIPTION = "GStreamer 1.0 plugins for i.MX platforms" | 2 | SUMMARY = "GStreamer 1.0 plugins for i.MX platforms" |
| 3 | DESCRIPTION = "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." | ||
| 3 | HOMEPAGE = "https://github.com/Freescale/gstreamer-imx" | 4 | HOMEPAGE = "https://github.com/Freescale/gstreamer-imx" |
| 4 | LICENSE = "LGPL-2.0-or-later" | 5 | LICENSE = "LGPL-2.0-or-later" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" |
