summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-06-27 06:54:21 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-01 16:22:45 +0100
commitaa2da211387bcb40d0476cad2c86c0fd6cb9eceb (patch)
treec71b7d1ab7017247def2a4d419b98aad89564452 /meta/recipes-multimedia
parent2f5737c5b3ca044dc0af2cef8ecf5d3b1b13037c (diff)
downloadpoky-aa2da211387bcb40d0476cad2c86c0fd6cb9eceb.tar.gz
gstreamer1.0-libav_git: bump version to 1.8.2
Upgrade _git version to 1.8.2 release (From OE-Core rev: 7687a028f5ce599e86c764892a099ed3bc26c2cd) 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-libav_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
index ebc8a5ef2e..f4604a34c8 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
@@ -15,20 +15,20 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
15# and remove the ffmpeg sources from SRC_URI below. However, first note the 15# and remove the ffmpeg sources from SRC_URI below. However, first note the
16# warnings in gstreamer1.0-libav.inc 16# warnings in gstreamer1.0-libav.inc
17SRC_URI = " \ 17SRC_URI = " \
18 git://anongit.freedesktop.org/gstreamer/gst-libav;name=base \ 18 git://anongit.freedesktop.org/gstreamer/gst-libav;branch=1.8;name=base \
19 git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \ 19 git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \
20 git://source.ffmpeg.org/ffmpeg;destsuffix=git/gst-libs/ext/libav;name=ffmpeg;branch=release/3.0 \ 20 git://source.ffmpeg.org/ffmpeg;destsuffix=git/gst-libs/ext/libav;name=ffmpeg;branch=release/3.0 \
21 file://0001-Disable-yasm-for-libav-when-disable-yasm.patch \ 21 file://0001-Disable-yasm-for-libav-when-disable-yasm.patch \
22 file://workaround-to-build-gst-libav-for-i586-with-gcc.patch \ 22 file://workaround-to-build-gst-libav-for-i586-with-gcc.patch \
23" 23"
24 24
25PV = "1.7.2+git${SRCPV}" 25PV = "1.8.2+git${SRCPV}"
26 26
27UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" 27UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
28 28
29SRCREV_base = "6c4878b6abc916b7f6f25b8926c4859119acf1ec" 29SRCREV_base = "f285cf0fd799cc3b46b5cecaaa439d5a2a38a9b7"
30SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0" 30SRCREV_common = "f363b3205658a38e84fa77f19dee218cd4445275"
31SRCREV_ffmpeg = "c40983a6f631d22fede713d535bb9c31d5c9740c" 31SRCREV_ffmpeg = "c66f4d1ae64dffaf456d05cbdade02054446f499"
32SRCREV_FORMAT = "base" 32SRCREV_FORMAT = "base"
33 33
34S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"