summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-examples_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-05-20 16:11:16 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-22 07:24:52 +0100
commit971db70c0a3c738c01aab5650fee95c0f9fcfd35 (patch)
tree3f73b625f1894a2a2a5df4da508abf87939311db /meta/recipes-multimedia/gstreamer/gst-examples_git.bb
parentc1db1440159eebd63c37c4494f1b601bf7e40123 (diff)
downloadpoky-971db70c0a3c738c01aab5650fee95c0f9fcfd35.tar.gz
gst-examples: upgrade to 1.16.0
Upstream has started to tag releases, so drop UPSTREAM_CHECK_COMMITS (From OE-Core rev: 4df5e8c514a1a169664483505a512547ae68b81e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-examples_git.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-examples_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_git.bb b/meta/recipes-multimedia/gstreamer/gst-examples_git.bb
index 75ac9b75c1..f2a3afbbfe 100644
--- a/meta/recipes-multimedia/gstreamer/gst-examples_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-examples_git.bb
@@ -6,11 +6,11 @@ DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-
6 6
7SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gst-examples.git;protocol=https \ 7SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gst-examples.git;protocol=https \
8 file://0001-Make-player-examples-installable.patch \ 8 file://0001-Make-player-examples-installable.patch \
9 file://gst-player.desktop" 9 file://gst-player.desktop \
10 "
10 11
11SRCREV = "2b3fc175c252cd5a537e4b2864b572a8372473d6" 12SRCREV = "d953c127c1146b50d5676618299933950685dcd7"
12PV = "0.0.1+git${SRCPV}" 13PV = "1.16.0"
13UPSTREAM_CHECK_COMMITS = "1"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16