summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/babeltrace_1.5.2.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-02-22 16:51:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-01 23:27:08 +0000
commitc49972abcfc312435610ca2eebb88a3e51a6e462 (patch)
tree101648bb3e8fb3e438177a3dfec8a71e7f6350ec /meta/recipes-kernel/lttng/babeltrace_1.5.2.bb
parenta66e0c53d041d8a934c9c8715536a68ddb386733 (diff)
downloadpoky-c49972abcfc312435610ca2eebb88a3e51a6e462.tar.gz
babeltrace: update to 1.5.2
(From OE-Core rev: 219915ceff629337bdab113db14f1efc86943d64) 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.5.2.bb')
-rw-r--r--meta/recipes-kernel/lttng/babeltrace_1.5.2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.2.bb b/meta/recipes-kernel/lttng/babeltrace_1.5.2.bb
new file mode 100644
index 0000000000..c7ea5c1ba4
--- /dev/null
+++ b/meta/recipes-kernel/lttng/babeltrace_1.5.2.bb
@@ -0,0 +1,19 @@
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
13SRC_URI = "http://www.efficios.com/files/babeltrace/babeltrace-${PV}.tar.bz2 \
14"
15
16EXTRA_OECONF = "--disable-debug-info"
17
18SRC_URI[md5sum] = "1176e7f69e128112d5f29fefec39c6ce"
19SRC_URI[sha256sum] = "696ee46e5750ab57a258663e73915d2901b7cd4fc53b06eb3f7a0d7b1012fa56"