similarity index 92%
rename from meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb
rename to meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.9.1.bb
@@ -10,7 +10,7 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad "
SRCBRANCH ?= "master"
-SRCREV = "09ba05865dacd2824b5b40ab75a4b9545fcc1366"
+SRCREV = "3e3370e3cc66912f88235c43a3b926ea8fc35313"
SRCREV_common = "b64f03f6090245624608beb5d2fff335e23a01c0"
SRCREV_FORMAT = "default_common"
SRC_URI = " \
@@ -23,6 +23,7 @@ SRC_URI = " \
EXTRA_OECONF += " \
--disable-graphviz \
--enable-gtk-doc=no \
+ --disable-fatal-warnings \
"
FILES:${PN} += "\
Upstream changes (git log v0.8.1..v0.9.1): * Add base classes to the core shark library. * Add an option for subclasses to disable CTF init (enabled by default). * Add start/stop monitoring virtual methods to the periodic tracer. * Move add-metadata to run after CTF initialization; use absolute paths in the graphics script. 0.9.1's configure.ac declares AC_INIT([GstShark], [0.9.1.1], ...) - a nonzero "nano" component, which gst-shark's own AS_NANO/AG_GST_SET_ERROR_ CFLAGS convention treats as a git/prerelease build and therefore enables -Werror. That turns gstinterlatency.c's use of the now-deprecated gst_structure_{id_get,new_id,get_name_id} (superseded by *_id_str variants in this distro's newer GStreamer core) into hard build failures. Pass --disable-fatal-warnings to keep these as warnings, same as a real release build would get. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> --- .../gstreamer-1.0/{gst-shark_0.8.1.bb => gst-shark_0.9.1.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/gstreamer-1.0/{gst-shark_0.8.1.bb => gst-shark_0.9.1.bb} (92%)