diff options
Diffstat (limited to 'meta/recipes-kernel/lttng/babeltrace_1.5.7.bb')
| -rw-r--r-- | meta/recipes-kernel/lttng/babeltrace_1.5.7.bb | 20 |
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 @@ | |||
| 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 | LICENSE = "MIT & GPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa" | ||
| 7 | |||
| 8 | DEPENDS = "glib-2.0 util-linux popt bison-native flex-native" | ||
| 9 | |||
| 10 | SRC_URI = "git://git.linuxfoundation.org/diamon/babeltrace.git;branch=stable-1.5" | ||
| 11 | SRCREV = "d4014aeef4b89a4aaab1af42d7b0d143d62da0ff" | ||
| 12 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)$" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit autotools pkgconfig | ||
| 17 | |||
| 18 | EXTRA_OECONF = "--disable-debug-info" | ||
| 19 | |||
| 20 | ASNEEDED = "" | ||
