diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-07-02 11:14:42 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-05 15:26:21 +0100 |
commit | 973447e171086c3935e704ae41845697107d5cf3 (patch) | |
tree | 0381f090ddce856045ec9574672132109aa47469 /meta/recipes-kernel/lttng/babeltrace_1.1.1.bb | |
parent | d906713b7b59e926595e96fe54436015e0378317 (diff) | |
download | openembedded-core-973447e171086c3935e704ae41845697107d5cf3.tar.gz openembedded-core-973447e171086c3935e704ae41845697107d5cf3.tar.bz2 openembedded-core-973447e171086c3935e704ae41845697107d5cf3.zip |
babeltrace: Update to 1.1.1 based release
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/lttng/babeltrace_1.1.1.bb')
-rw-r--r-- | meta/recipes-kernel/lttng/babeltrace_1.1.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb b/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb new file mode 100644 index 0000000000..8aa3ae1c31 --- /dev/null +++ b/meta/recipes-kernel/lttng/babeltrace_1.1.1.bb @@ -0,0 +1,22 @@ +SUMMARY = "Babeltrace - Trace Format Babel Tower" +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." +HOMEPAGE = "http://www.efficios.com/babeltrace/" +BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace" + +LICENSE = "MIT & GPLv2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa" + +inherit autotools + +DEPENDS = "glib-2.0 util-linux popt" + +SRCREV = "a386e24609752742b100120db6798d311fab512a" +PV = "1.1+git${SRCPV}" + +SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git" + +S = "${WORKDIR}/git" + +do_configure_prepend () { + ( cd ${S}; ${S}/bootstrap ) +} |