summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb
index e3a2019b41..9cadc9afcf 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb
@@ -9,16 +9,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
9SRC_URI = " \ 9SRC_URI = " \
10 git://anongit.freedesktop.org/gstreamer/gst-plugins-good;name=base \ 10 git://anongit.freedesktop.org/gstreamer/gst-plugins-good;name=base \
11 git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \ 11 git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \
12 file://fix-maybe-uninitialized-warnings-when-compiling-with-Os.patch \
13 file://avoid-including-sys-poll.h-directly.patch \ 12 file://avoid-including-sys-poll.h-directly.patch \
14 file://ensure-valid-sentinel-for-gst_structure_get.patch \ 13 file://ensure-valid-sentinel-for-gst_structure_get.patch \
15" 14"
16 15
17PV = "1.7.1+git${SRCPV}" 16PV = "1.7.2+git${SRCPV}"
17
18UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" 18UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
19 19
20SRCREV_base = "e016a70a7c97fc61c6cb5cd3821d38bc5ae5c9a4" 20SRCREV_base = "1b6fdce67c15d59957e395b1957aa625322092d4"
21SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" 21SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0"
22SRCREV_FORMAT = "base" 22SRCREV_FORMAT = "base"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"