summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/babeltrace_1.1.0.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2013-03-25 12:52:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-25 14:34:37 +0000
commitd4b884dff2a3c88ab9750c3d46d305081b8dcb96 (patch)
treebfb6267a16aaa594debd9b5823d48696b581c0b9 /meta/recipes-kernel/lttng/babeltrace_1.1.0.bb
parent659aadbd290d4f021f822415232e12f3462650c6 (diff)
downloadast2050-yocto-poky-d4b884dff2a3c88ab9750c3d46d305081b8dcb96.zip
ast2050-yocto-poky-d4b884dff2a3c88ab9750c3d46d305081b8dcb96.tar.gz
lttng: babeltrace: Update to upstream version 1.1.0
Also updated the BUGTRACKER (From OE-Core rev: 851ebb58b6d7585e1861f4d16340d748767545e4) Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/babeltrace_1.1.0.bb')
-rw-r--r--meta/recipes-kernel/lttng/babeltrace_1.1.0.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.1.0.bb b/meta/recipes-kernel/lttng/babeltrace_1.1.0.bb
new file mode 100644
index 0000000..dd7e056
--- /dev/null
+++ b/meta/recipes-kernel/lttng/babeltrace_1.1.0.bb
@@ -0,0 +1,23 @@
+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 = "c99b1910bea848e8f0ae5641bb63b8f4f84f3ec0"
+PV = "1.1+git${SRCPV}"
+PR = "r0"
+
+SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+do_configure_prepend () {
+ ( cd ${S}; ${S}/bootstrap )
+}
OpenPOWER on IntegriCloud