diff options
Diffstat (limited to 'meta/recipes-kernel/lttng/babeltrace_1.5.4.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/babeltrace_1.5.4.bb | 19 |
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 @@ | |||
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 | SRC_URI = "http://www.efficios.com/files/babeltrace/babeltrace-${PV}.tar.bz2 \ | ||
14 | " | ||
15 | |||
16 | EXTRA_OECONF = "--disable-debug-info" | ||
17 | |||
18 | SRC_URI[md5sum] = "3e8cdafec3ac0346a389870e87bf1344" | ||
19 | SRC_URI[sha256sum] = "9643039923a0abc75a25b3d594cee0017423b57f10d2b625e96ed1e8d4891fc1" | ||