Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [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 | |
| 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" |