gstreamer1.0_git: bump to 1.8.2

Upgrade _git version to 1.8.2 release

(From OE-Core rev: d79ecfcab42d6ff382c0b89cd90c32747925db91)

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>
This commit is contained in:
Maxin B. John 2016-06-27 06:54:16 +03:00 committed by Richard Purdie
parent 6bfec952cd
commit 869ad200d0
1 changed files with 4 additions and 4 deletions

View File

@ -6,16 +6,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d"
SRC_URI = " \
git://anongit.freedesktop.org/gstreamer/gstreamer;name=base \
git://anongit.freedesktop.org/gstreamer/gstreamer;branch=1.8;name=base \
git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \
"
PV = "1.7.2+git${SRCPV}"
PV = "1.8.2+git${SRCPV}"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
SRCREV_base = "9e33bfa2c7a5f43da2c49b0a8235fd43cba9feaf"
SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0"
SRCREV_base = "3de8a4f728a7194a12b784ec4085f6a8e7d9b5bd"
SRCREV_common = "f363b3205658a38e84fa77f19dee218cd4445275"
SRCREV_FORMAT = "base"
S = "${WORKDIR}/git"