Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 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" |
Brad Bishop | 96ff198 | 2019-08-19 13:50:42 -0400 | [diff] [blame] | 11 | SRCREV = "d4014aeef4b89a4aaab1af42d7b0d143d62da0ff" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 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 = "" |