summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gst-examples_1.26.6.bb
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-14 11:28:00 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-14 11:28:00 -0300
commit50199d02aea672ecf58f1c3db6f3e7d0137e9cc9 (patch)
tree6c7e5398c125be76e36d564bfb823898e3ac8341 /recipes-multimedia/gstreamer/gst-examples_1.26.6.bb
parentf2c71808e86b318fd94ff06408d2764b8eadce52 (diff)
downloadmeta-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/gst-examples_1.26.6.bb')
-rw-r--r--recipes-multimedia/gstreamer/gst-examples_1.26.6.bb2
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"
36RRECOMMENDS:${PN} = "gstreamer1.0-plugins-base-meta \ 36RRECOMMENDS:${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)}"
41RPROVIDES:${PN} += "gst-player gst-player-bin" 41RPROVIDES:${PN} += "gst-player gst-player-bin"