diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-05 13:34:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-07 17:30:01 +0000 |
commit | fb4f05bef4ddd06ed32c3e3e6afd9ce771299af9 (patch) | |
tree | 89aec5d3255339eec77b6317c3ef76b90711c812 | |
parent | fc81c805367930e6a70eac3aea57b002db3743bb (diff) | |
download | poky-fb4f05bef4ddd06ed32c3e3e6afd9ce771299af9.tar.gz |
gstreamer1.0-plugins-base_git: update to git master 1.7.1-79-g6414289
Includes an important fix for:
https://bugzilla.gnome.org/show_bug.cgi?id=760938
The fix is not a simple backport to 1.7.1, so just update to latest
version from the current git master branch.
(From OE-Core rev: 4641dfe33263aefcaf0a69c62344764ddb58ff89)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb | 6 |
1 files changed, 5 insertions, 1 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 8ac3a7bed9..956b24ad99 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb | |||
@@ -14,12 +14,16 @@ SRC_URI = " \ | |||
14 | 14 | ||
15 | PV = "1.7.1+git${SRCPV}" | 15 | PV = "1.7.1+git${SRCPV}" |
16 | 16 | ||
17 | SRCREV_base = "5f98203bd753c32666c8fa7a2fde6d186c2a4247" | 17 | SRCREV_base = "641428966e09d16b0a46540040f2faf3791eb7c9" |
18 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" | 18 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" |
19 | SRCREV_FORMAT = "base" | 19 | SRCREV_FORMAT = "base" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | do_configure_prepend() { | 23 | do_configure_prepend() { |
24 | |||
25 | # Temp solution for git snapshot: relax version checks so we can build against GStreamer 1.7.1 | ||
26 | sed 's/^GST_REQ=1\.7\.1\.1/GST_REQ=1.7.1/' -i ${S}/configure.ac | ||
27 | |||
24 | ${S}/autogen.sh --noconfigure | 28 | ${S}/autogen.sh --noconfigure |
25 | } | 29 | } |