summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-02-19 18:53:12 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-22 20:42:47 +0000
commite67c91d4518d6b4dfca3fc369012cb65de5763ba (patch)
tree8fea581b94416fa3c8eedfeea40490c56eb86390 /meta/recipes-multimedia
parentea8c34e976c11757ed9869c51b48f39050e25708 (diff)
downloadpoky-e67c91d4518d6b4dfca3fc369012cb65de5763ba.tar.gz
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>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb12
1 files changed, 9 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
index cb55c9adb2..7715bb202e 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
@@ -10,15 +10,21 @@ SRC_URI = " \
10 git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \ 10 git://anongit.freedesktop.org/gstreamer/common;destsuffix=git/common;name=common \
11" 11"
12 12
13PV = "1.7.1+git${SRCPV}" 13PV = "1.7.2+git${SRCPV}"
14
14UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" 15UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
15 16
16SRCREV_base = "2a188848eb2af3c3b357978ff7786a78aad9dd55" 17SRCREV_base = "9e33bfa2c7a5f43da2c49b0a8235fd43cba9feaf"
17SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" 18SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0"
18SRCREV_FORMAT = "base" 19SRCREV_FORMAT = "base"
19 20
20S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
21 22
23# The option to configure tracer hooks was added prior to the 1.7.2 release
24# https://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=e5ca47236e4df4683707f0bcf99181a937d358d5
25PACKAGECONFIG[gst-tracer-hooks] = "--enable-gst-tracer-hooks,--disable-gst-tracer-hooks,"
26PACKAGECONFIG[trace-historic] = "--enable-trace,--disable-trace,"
27
22do_configure_prepend() { 28do_configure_prepend() {
23 ${S}/autogen.sh --noconfigure 29 ${S}/autogen.sh --noconfigure
24} 30}