diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-19 18:53:13 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-22 20:42:47 +0000 |
commit | 04e77c17559f1e21214abb704b1d03ef173aded8 (patch) | |
tree | 2b8930ee1ff2a25b95f0ddd636b1079fe8c9a494 /meta/recipes-multimedia | |
parent | e67c91d4518d6b4dfca3fc369012cb65de5763ba (diff) | |
download | poky-04e77c17559f1e21214abb704b1d03ef173aded8.tar.gz |
gstreamer1.0-plugins-base_git: update 1.7.1 -> 1.7.2
(From OE-Core rev: 4ffd58202081c8492ba600f31e211e1d8241e81d)
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-plugins-base_git.bb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb index a07c35b38d..38a9fcc29b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb | |||
@@ -12,19 +12,16 @@ SRC_URI = " \ | |||
12 | file://make-gio_unix_2_0-dependency-configurable.patch \ | 12 | file://make-gio_unix_2_0-dependency-configurable.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | PV = "1.7.1+git${SRCPV}" | 15 | PV = "1.7.2+git${SRCPV}" |
16 | |||
16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
17 | 18 | ||
18 | SRCREV_base = "641428966e09d16b0a46540040f2faf3791eb7c9" | 19 | SRCREV_base = "97e108bebaa58821f4566a74cbf0135e93407c01" |
19 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" | 20 | SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0" |
20 | SRCREV_FORMAT = "base" | 21 | SRCREV_FORMAT = "base" |
21 | 22 | ||
22 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
23 | 24 | ||
24 | do_configure_prepend() { | 25 | do_configure_prepend() { |
25 | |||
26 | # Temp solution for git snapshot: relax version checks so we can build against GStreamer 1.7.1 | ||
27 | sed 's/^GST_REQ=1\.7\.1\.1/GST_REQ=1.7.1/' -i ${S}/configure.ac | ||
28 | |||
29 | ${S}/autogen.sh --noconfigure | 26 | ${S}/autogen.sh --noconfigure |
30 | } | 27 | } |