summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/babeltrace_1.5.7.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-06-29 18:29:31 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-30 22:40:52 +0100
commit2db1c45c71b61d170152759e82da5287b8584efc (patch)
tree586b84ad1759336a042dc7e0972985c2a46daf83 /meta/recipes-kernel/lttng/babeltrace_1.5.7.bb
parentd8d7402906fa6157e7c396ccce598c0148d11f54 (diff)
downloadpoky-2db1c45c71b61d170152759e82da5287b8584efc.tar.gz
babeltrace: update to 1.5.7
(From OE-Core rev: 2743f3ae192f84be6b216e5d33928e123e82007d) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/babeltrace_1.5.7.bb')
-rw-r--r--meta/recipes-kernel/lttng/babeltrace_1.5.7.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.7.bb b/meta/recipes-kernel/lttng/babeltrace_1.5.7.bb
new file mode 100644
index 0000000000..05ef6d099c
--- /dev/null
+++ b/meta/recipes-kernel/lttng/babeltrace_1.5.7.bb
@@ -0,0 +1,20 @@
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"
5LICENSE = "MIT & GPLv2"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
7
8DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
9
10SRC_URI = "git://git.linuxfoundation.org/diamon/babeltrace.git;branch=stable-1.5"
11SRCREV = "d4014aeef4b89a4aaab1af42d7b0d143d62da0ff"
12UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)$"
13
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig
17
18EXTRA_OECONF = "--disable-debug-info"
19
20ASNEEDED = ""