summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-06-27 06:54:19 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-01 16:22:45 +0100
commit345edd489f3f1e46f494c69b07fc61fc4e60763a (patch)
tree0a3f647b6f0a28a95d2d8fae44516e7a02f41f69 /meta/recipes-multimedia
parent5e22094c7605e889683722e9f6a92dce8e68cc4a (diff)
downloadpoky-345edd489f3f1e46f494c69b07fc61fc4e60763a.tar.gz
gstreamer1.0-plugins-base_git: bump version to 1.8.2
Upgrade _git version to 1.8.2 release (From OE-Core rev: 8e5774960f0ad18b3d2f4e5ca46accfc3fb12200) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb12
1 files changed, 8 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb
index 38a9fcc29b..3c2b504003 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb
@@ -7,17 +7,21 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \
7 file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607" 7 file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607"
8 8
9SRC_URI = " \ 9SRC_URI = " \
10 git://anongit.freedesktop.org/gstreamer/gst-plugins-base;name=base \ 10 git://anongit.freedesktop.org/gstreamer/gst-plugins-base;branch=1.8;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://get-caps-from-src-pad-when-query-caps.patch \
13 file://0003-ssaparse-enhance-SSA-text-lines-parsing.patch \
14 file://0004-subparse-set-need_segment-after-sink-pad-received-GS.patch \
15 file://encodebin-Need-more-buffers-in-output-queue-for-bett.patch \
12 file://make-gio_unix_2_0-dependency-configurable.patch \ 16 file://make-gio_unix_2_0-dependency-configurable.patch \
13" 17"
14 18
15PV = "1.7.2+git${SRCPV}" 19PV = "1.8.2+git${SRCPV}"
16 20
17UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" 21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
18 22
19SRCREV_base = "97e108bebaa58821f4566a74cbf0135e93407c01" 23SRCREV_base = "70f3750773bf5dba4098f6d72d63aa6c84f1f539"
20SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0" 24SRCREV_common = "f363b3205658a38e84fa77f19dee218cd4445275"
21SRCREV_FORMAT = "base" 25SRCREV_FORMAT = "base"
22 26
23S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"