summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/babeltrace_1.5.4.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-02-01 20:02:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-06 11:06:30 +0000
commitabe466bbd2afaa45d62e6b8d4d692bf91a234ec4 (patch)
tree8bad2905eb71d70326af272964bd5443dfea7523 /meta/recipes-kernel/lttng/babeltrace_1.5.4.bb
parent58ce11215d2928f517c5f96fc85cd0aa6ed9b862 (diff)
downloadpoky-abe466bbd2afaa45d62e6b8d4d692bf91a234ec4.tar.gz
babeltrace: update to 1.5.4
(From OE-Core rev: 23f1e27877d48a59d357f4b21473ca3117628f5d) 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.4.bb')
-rw-r--r--meta/recipes-kernel/lttng/babeltrace_1.5.4.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.4.bb b/meta/recipes-kernel/lttng/babeltrace_1.5.4.bb
new file mode 100644
index 0000000000..a29402adb1
--- /dev/null
+++ b/meta/recipes-kernel/lttng/babeltrace_1.5.4.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] = "3e8cdafec3ac0346a389870e87bf1344"
19SRC_URI[sha256sum] = "9643039923a0abc75a25b3d594cee0017423b57f10d2b625e96ed1e8d4891fc1"