gstreamer1.0_git: update 1.7.1 -> 1.7.2

(From OE-Core rev: 3ca15468208cd9e64eec8bc85d40bc2a13fd1348)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andre McCurdy 2016-02-19 18:53:12 -08:00 committed by Richard Purdie
parent ea8c34e976
commit e67c91d451
1 changed files with 9 additions and 3 deletions

View File

@ -10,15 +10,21 @@ SRC_URI = " \
git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \
"
PV = "1.7.1+git${SRCPV}"
PV = "1.7.2+git${SRCPV}"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
SRCREV_base = "2a188848eb2af3c3b357978ff7786a78aad9dd55"
SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65"
SRCREV_base = "9e33bfa2c7a5f43da2c49b0a8235fd43cba9feaf"
SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0"
SRCREV_FORMAT = "base"
S = "${WORKDIR}/git"
# The option to configure tracer hooks was added prior to the 1.7.2 release
# https://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=e5ca47236e4df4683707f0bcf99181a937d358d5
PACKAGECONFIG[gst-tracer-hooks] = "--enable-gst-tracer-hooks,--disable-gst-tracer-hooks,"
PACKAGECONFIG[trace-historic] = "--enable-trace,--disable-trace,"
do_configure_prepend() {
${S}/autogen.sh --noconfigure
}