summaryrefslogtreecommitdiffstats
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:16 +0100
commitf31597a8b91bdd1619521cbce30405cb01182dce (patch)
tree61b3b0b61f038bfe0850a798e1860dc1e73955b7 /meta/recipes-kernel/lttng/babeltrace_1.4.0.bb
parentc04d4a0697e4703339a79ef3d18700f2e5520d3d (diff)
downloadpoky-f31597a8b91bdd1619521cbce30405cb01182dce.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. (From OE-Core rev: 3c53af483d46d6fbc8ad5bd764c01897f2ed5c1b) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
1SUMMARY = "Babeltrace - Trace Format Babel Tower"
2DESCRIPTION = "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."
3HOMEPAGE = "http://www.efficios.com/babeltrace/"
4BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace"
5
6LICENSE = "MIT & GPLv2"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
8
9DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
10
11inherit autotools pkgconfig
12
13SRCREV = "c551f7a1ed635138b083b4e9e0c445ef63d0a562"
14
15SRC_URI = "http://www.efficios.com/files/babeltrace/babeltrace-${PV}.tar.bz2 \
16"
17
18EXTRA_OECONF = "--disable-debug-info"
19
20SRC_URI[md5sum] = "fa99064048af5c9c6ff00e489ac809c2"
21SRC_URI[sha256sum] = "9469eeb22617cd12668683b04c27003e5337e9ac66ade914988df3642fc0d0e4"
22