aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/babeltrace_1.4.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-06-28 11:06:14 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-10 14:12:05 +0100
commit3c53af483d46d6fbc8ad5bd764c01897f2ed5c1b (patch)
treecc32390c88a978651e951ecd9822acc8d4b459a3 /meta/recipes-kernel/lttng/babeltrace_1.4.0.bb
parent4d65a93d3e705cfb9b4cfe102e9d0cabaffe7a52 (diff)
downloadopenembedded-core-contrib-3c53af483d46d6fbc8ad5bd764c01897f2ed5c1b.tar.gz
babeltrace: update to 1.4.0
Switch to using tarballs for upstream releases. Drop merged patches. Add a --disable-debug-info parameter to ./configure, as it otherwise attempts to execute a small test binary. If this (new) feature is truly needed, we can set up a qemu wrapper later, or patch autoconf macros. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel/lttng/babeltrace_1.4.0.bb')
-rw-r--r--meta/recipes-kernel/lttng/babeltrace_1.4.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.4.0.bb b/meta/recipes-kernel/lttng/babeltrace_1.4.0.bb
new file mode 100644
index 0000000000..854e278def
--- /dev/null
+++ b/meta/recipes-kernel/lttng/babeltrace_1.4.0.bb
@@ -0,0 +1,22 @@
+SUMMARY = "Babeltrace - Trace Format Babel Tower"
+DESCRIPTION = "Babeltrace provides trace read and write libraries in host side, as well as a trace converter, which used to convert LTTng 2.0 traces into human-readable log."
+HOMEPAGE = "http://www.efficios.com/babeltrace/"
+BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace"
+
+LICENSE = "MIT & GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
+
+DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
+
+inherit autotools pkgconfig
+
+SRCREV = "c551f7a1ed635138b083b4e9e0c445ef63d0a562"
+
+SRC_URI = "http://www.efficios.com/files/babeltrace/babeltrace-${PV}.tar.bz2 \
+"
+
+EXTRA_OECONF = "--disable-debug-info"
+
+SRC_URI[md5sum] = "fa99064048af5c9c6ff00e489ac809c2"
+SRC_URI[sha256sum] = "9469eeb22617cd12668683b04c27003e5337e9ac66ade914988df3642fc0d0e4"
+