diff options
Diffstat (limited to 'meta/recipes-kernel/lttng/babeltrace_1.4.0.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/babeltrace_1.4.0.bb | 22 |
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 @@ | |||
1 | SUMMARY = "Babeltrace - Trace Format Babel Tower" | ||
2 | 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." | ||
3 | HOMEPAGE = "http://www.efficios.com/babeltrace/" | ||
4 | BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace" | ||
5 | |||
6 | LICENSE = "MIT & GPLv2" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa" | ||
8 | |||
9 | DEPENDS = "glib-2.0 util-linux popt bison-native flex-native" | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | SRCREV = "c551f7a1ed635138b083b4e9e0c445ef63d0a562" | ||
14 | |||
15 | SRC_URI = "http://www.efficios.com/files/babeltrace/babeltrace-${PV}.tar.bz2 \ | ||
16 | " | ||
17 | |||
18 | EXTRA_OECONF = "--disable-debug-info" | ||
19 | |||
20 | SRC_URI[md5sum] = "fa99064048af5c9c6ff00e489ac809c2" | ||
21 | SRC_URI[sha256sum] = "9469eeb22617cd12668683b04c27003e5337e9ac66ade914988df3642fc0d0e4" | ||
22 | |||