diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 05:14:32 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 05:14:32 -0300 |
| commit | 2d09ab06455475c77a3c74c0ddbe5a7377dd7ac7 (patch) | |
| tree | a41dd5a3fb34af4b8f8b8274e6bc4838efaf77e1 /recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.6.imx.bb | |
| parent | 97b58d1c9e0f850441ac1f0df8c517729721e8c8 (diff) | |
| download | meta-freescale-2d09ab06455475c77a3c74c0ddbe5a7377dd7ac7.tar.gz | |
global: Indent multi-line variable continuations
Align the continuation lines of multi-line variable assignments, as
suggested by oelint-adv's auto-fix for a single rule
(oelint.vars.multilineident), isolated to one commit.
The auto-fix strips the leading space from a value's first line, which
for a ':append' is a required separator; those five recipes had their
leading space restored by hand, so ':append'/':prepend' concatenation
is unchanged. A few multi-line values (e.g. DESCRIPTION) gain internal
whitespace, which is cosmetic and collapses on display.
Build-tested: parsing all 2948 recipes for an i.MX machine reports
0 errors. A residual set (the restored ':append' recipes, whose
separator space oelint cannot reconcile with its indent preference,
plus opencv/dpdk where oelint's own fix does not satisfy its checker)
is left for per-recipe handling.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.6.imx.bb')
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.6.imx.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.6.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.6.imx.bb index f745947f5..15339b332 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.6.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.6.imx.bb | |||
| @@ -109,8 +109,8 @@ DEPENDS:append:mx93-nxp-bsp = " libdrm" | |||
| 109 | DEPENDS:append:mx943-nxp-bsp = " libdrm" | 109 | DEPENDS:append:mx943-nxp-bsp = " libdrm" |
| 110 | 110 | ||
| 111 | SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \ | 111 | SRC_URI:remove = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \ |
| 112 | file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch \ | 112 | file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch \ |
| 113 | file://0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch \ | 113 | file://0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch \ |
| 114 | " | 114 | " |
| 115 | 115 | ||
| 116 | SRC_URI:prepend = "${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} " | 116 | SRC_URI:prepend = "${GST1.0-PLUGINS-GOOD_SRC};branch=${SRCBRANCH} " |
