diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-19 18:53:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-22 20:42:47 +0000 |
commit | e67c91d4518d6b4dfca3fc369012cb65de5763ba (patch) | |
tree | 8fea581b94416fa3c8eedfeea40490c56eb86390 | |
parent | ea8c34e976c11757ed9869c51b48f39050e25708 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb | 12 |
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 | ||
13 | PV = "1.7.1+git${SRCPV}" | 13 | PV = "1.7.2+git${SRCPV}" |
14 | |||
14 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
15 | 16 | ||
16 | SRCREV_base = "2a188848eb2af3c3b357978ff7786a78aad9dd55" | 17 | SRCREV_base = "9e33bfa2c7a5f43da2c49b0a8235fd43cba9feaf" |
17 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" | 18 | SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0" |
18 | SRCREV_FORMAT = "base" | 19 | SRCREV_FORMAT = "base" |
19 | 20 | ||
20 | S = "${WORKDIR}/git" | 21 | S = "${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 | ||
25 | PACKAGECONFIG[gst-tracer-hooks] = "--enable-gst-tracer-hooks,--disable-gst-tracer-hooks," | ||
26 | PACKAGECONFIG[trace-historic] = "--enable-trace,--disable-trace," | ||
27 | |||
22 | do_configure_prepend() { | 28 | do_configure_prepend() { |
23 | ${S}/autogen.sh --noconfigure | 29 | ${S}/autogen.sh --noconfigure |
24 | } | 30 | } |