From 4f64854dff25de2331b54324729e966a9db1f1da Mon Sep 17 00:00:00 2001 From: Carlos Rafael Giani Date: Fri, 11 Aug 2017 23:36:52 +0200 Subject: gstreamer1.0: upgrade to version 1.12.2 * Version 1.12 introduces support for libdw (provided by elfutils). libdw adds source lines & numbers to backtraces. A new "dw" packageconfig added for enabling/disabling this feature. In addition, the old patch for deterministic unwind configuration was replaced with one that also allows the same for the dw configuration. This new patch was also submitted to bugzilla. * Leftover docbook cruft was removed, meaning that the "--disable-docbook" configure switch is gone. (From OE-Core rev: a6c12ff35c97f4225a6b2f226ae4483d7bacdfb9) Signed-off-by: Carlos Rafael Giani Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.2.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.2.bb (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.2.bb') diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.2.bb new file mode 100644 index 0000000000..8d41a59d91 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.2.bb @@ -0,0 +1,13 @@ +require gstreamer1.0.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ + file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" + +SRC_URI = " \ + http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ + file://0001-configure-Add-switches-for-enabling-disabling-libdw-.patch \ +" +SRC_URI[md5sum] = "4748860621607ffd96244fb79c86c238" +SRC_URI[sha256sum] = "9fde3f39a2ea984f9e07ce09250285ce91f6e3619d186889f75b5154ecf994ba" + +S = "${WORKDIR}/gstreamer-${PV}" -- cgit v1.2.3-54-g00ecf