diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-14 11:28:00 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-14 11:28:00 -0300 |
| commit | 50199d02aea672ecf58f1c3db6f3e7d0137e9cc9 (patch) | |
| tree | 6c7e5398c125be76e36d564bfb823898e3ac8341 /recipes-multimedia/gstreamer | |
| parent | f2c71808e86b318fd94ff06408d2764b8eadce52 (diff) | |
| download | meta-freescale-50199d02aea672ecf58f1c3db6f3e7d0137e9cc9.tar.gz | |
gst-examples: Align RRECOMMENDS continuation indent
One continuation line in RRECOMMENDS was indented with one extra space
relative to the rest of the block. Align it with the surrounding lines.
The variable is a whitespace-separated list, so the value is unchanged.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/gstreamer')
| -rw-r--r-- | recipes-multimedia/gstreamer/gst-examples_1.26.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gst-examples_1.26.6.bb b/recipes-multimedia/gstreamer/gst-examples_1.26.6.bb index 29817d254..1a606ad48 100644 --- a/recipes-multimedia/gstreamer/gst-examples_1.26.6.bb +++ b/recipes-multimedia/gstreamer/gst-examples_1.26.6.bb | |||
| @@ -36,6 +36,6 @@ RDEPENDS:${PN} = "gstreamer1.0-plugins-base-playback" | |||
| 36 | RRECOMMENDS:${PN} = "gstreamer1.0-plugins-base-meta \ | 36 | RRECOMMENDS:${PN} = "gstreamer1.0-plugins-base-meta \ |
| 37 | gstreamer1.0-plugins-good-meta \ | 37 | gstreamer1.0-plugins-good-meta \ |
| 38 | gstreamer1.0-plugins-bad-meta \ | 38 | gstreamer1.0-plugins-bad-meta \ |
| 39 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "gstreamer1.0-libav", "", d)} \ | 39 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "gstreamer1.0-libav", "", d)} \ |
| 40 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "gstreamer1.0-plugins-ugly-meta", "", d)}" | 40 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "gstreamer1.0-plugins-ugly-meta", "", d)}" |
| 41 | RPROVIDES:${PN} += "gst-player gst-player-bin" | 41 | RPROVIDES:${PN} += "gst-player gst-player-bin" |
