From: Andre McCurdy Date: Fri, 5 Feb 2016 21:34:55 +0000 (-0800) Subject: gstreamer1.0-plugins-base_git: update to git master 1.7.1-79-g6414289 X-Git-Tag: 2016-4~1053 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4641dfe33263aefcaf0a69c62344764ddb58ff89;p=openembedded-core.git 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. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- 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 = " \ PV = "1.7.1+git${SRCPV}" -SRCREV_base = "5f98203bd753c32666c8fa7a2fde6d186c2a4247" +SRCREV_base = "641428966e09d16b0a46540040f2faf3791eb7c9" SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" SRCREV_FORMAT = "base" S = "${WORKDIR}/git" do_configure_prepend() { + + # Temp solution for git snapshot: relax version checks so we can build against GStreamer 1.7.1 + sed 's/^GST_REQ=1\.7\.1\.1/GST_REQ=1.7.1/' -i ${S}/configure.ac + ${S}/autogen.sh --noconfigure }