aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/babeltrace_1.2.3.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-10-28 07:56:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-03 12:22:39 +0000
commit733856ee8458b31074e4df379dc8c1b037251c49 (patch)
treea586db5b9690f7bb589896205aab19d89c13e687 /meta/recipes-kernel/lttng/babeltrace_1.2.3.bb
parent257ca2054c907c9c9868ccae57c6e0d750fb1164 (diff)
downloadopenembedded-core-contrib-733856ee8458b31074e4df379dc8c1b037251c49.tar.gz
babeltrace: Upgrade to 1.2.3
Remove backported patches Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/lttng/babeltrace_1.2.3.bb')
-rw-r--r--meta/recipes-kernel/lttng/babeltrace_1.2.3.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.2.3.bb b/meta/recipes-kernel/lttng/babeltrace_1.2.3.bb
new file mode 100644
index 0000000000..c62589cc9e
--- /dev/null
+++ b/meta/recipes-kernel/lttng/babeltrace_1.2.3.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 pkgconfig
+
+DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
+
+SRCREV = "753a40ead9fa4f6bd5e29d5765e2021122df9c1c"
+PV = "1.2.3+git${SRCPV}"
+
+SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-1.2"
+
+S = "${WORKDIR}/git"
+
+do_configure_prepend () {
+ ( cd ${S}; ${S}/bootstrap )
+}