diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-06-27 06:54:17 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-01 16:08:47 +0100 |
commit | a52963e2827cf2ad4f50c64d24d64c5cfb012197 (patch) | |
tree | e085697a7c64de56849e1a9a5c3dca8451312b27 | |
parent | d79ecfcab42d6ff382c0b89cd90c32747925db91 (diff) | |
download | openembedded-core-a52963e2827cf2ad4f50c64d24d64c5cfb012197.tar.gz openembedded-core-a52963e2827cf2ad4f50c64d24d64c5cfb012197.tar.bz2 openembedded-core-a52963e2827cf2ad4f50c64d24d64c5cfb012197.zip |
gstreamer1.0-plugins-good_git: bump version to 1.8.2
Upgrade _git version to 1.8.2 release
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb | 9 |
1 files changed, 5 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 9cadc9afcf..9b79af2a9a 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb @@ -7,18 +7,19 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" SRC_URI = " \ - git://anongit.freedesktop.org/gstreamer/gst-plugins-good;name=base \ + git://anongit.freedesktop.org/gstreamer/gst-plugins-good;branch=1.8;name=base \ git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \ file://avoid-including-sys-poll.h-directly.patch \ file://ensure-valid-sentinel-for-gst_structure_get.patch \ + file://0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch \ " -PV = "1.7.2+git${SRCPV}" +PV = "1.8.2+git${SRCPV}" UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" -SRCREV_base = "1b6fdce67c15d59957e395b1957aa625322092d4" -SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0" +SRCREV_base = "9f73b5818f98cd045e7049bb313da1c943635109" +SRCREV_common = "f363b3205658a38e84fa77f19dee218cd4445275" SRCREV_FORMAT = "base" S = "${WORKDIR}/git" |