summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-09-18 11:12:14 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-09-18 15:05:59 +0000
commit9df5c8a2aa811dcef872a8b2f82fdd0c4cc8d990 (patch)
tree145bd56abfc04c14627a8fa2832e7598310b7d99
parentc35d3dc9b0a1b42a80e41b78307d4612abdfdc71 (diff)
downloadmeta-freescale-backport-2734-to-wrynose.tar.gz
gst-examples: Expand DESCRIPTION beyond SUMMARYbackport-2734-to-wrynose
DESCRIPTION restated the recipe name in fewer words than SUMMARY, so it told a reader less than the line above it; name the two example programs instead. The file is a downgraded copy of the oe-core recipe but not a verbatim fork -- master already carries local SECTION, DEPENDS order and indent changes to it -- so it is maintained metadata. Built gst-examples for imx8mm-lpddr4-evk: no buildhistory delta, new text in pkgdata. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br> (cherry picked from commit 9ed10a1f31928ca4e174121a29e2e5357684f5e8)
-rw-r--r--recipes-multimedia/gstreamer/gst-examples_1.28.1.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gst-examples_1.28.1.bb b/recipes-multimedia/gstreamer/gst-examples_1.28.1.bb
index 1dcadd6c1..23f5d9db0 100644
--- a/recipes-multimedia/gstreamer/gst-examples_1.28.1.bb
+++ b/recipes-multimedia/gstreamer/gst-examples_1.28.1.bb
@@ -2,7 +2,10 @@
2# downgrade version to compatible imx gstreamer version 2# downgrade version to compatible imx gstreamer version
3 3
4SUMMARY = "GStreamer examples (including gtk-play, gst-play)" 4SUMMARY = "GStreamer examples (including gtk-play, gst-play)"
5DESCRIPTION = "GStreamer example applications" 5DESCRIPTION = "Example applications from the GStreamer source tree, built on \
6 the libgstplay playback library: gtk-play, a GTK+ 3 media \
7 player installed with a desktop entry, and gst-play, its \
8 command-line counterpart."
6HOMEPAGE = "https://gitlab.freedesktop.org/gstreamer/gst-examples" 9HOMEPAGE = "https://gitlab.freedesktop.org/gstreamer/gst-examples"
7BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-examples/-/issues" 10BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-examples/-/issues"
8SECTION = "multimedia" 11SECTION = "multimedia"