summaryrefslogtreecommitdiffstats
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
parent659aadbd290d4f021f822415232e12f3462650c6 (diff)
downloadpoky-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>
-rw-r--r--meta/recipes-kernel/lttng/babeltrace_1.1.0.bb (renamed from meta/recipes-kernel/lttng/babeltrace_1.0.3.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb b/meta/recipes-kernel/lttng/babeltrace_1.1.0.bb
index fe1c04f220..dd7e0568ad 100644
--- a/meta/recipes-kernel/lttng/babeltrace_1.0.3.bb
+++ b/meta/recipes-kernel/lttng/babeltrace_1.1.0.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Babeltrace - Trace Format Babel Tower" 1SUMMARY = "Babeltrace - Trace Format Babel Tower"
2DESCRIPTION = "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." 2DESCRIPTION = "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."
3HOMEPAGE = "http://www.efficios.com/babeltrace/" 3HOMEPAGE = "http://www.efficios.com/babeltrace/"
4BUGTRACKER = "n/a" 4BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace"
5 5
6LICENSE = "MIT & GPLv2" 6LICENSE = "MIT & GPLv2"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
@@ -10,8 +10,8 @@ inherit autotools
10 10
11DEPENDS = "glib-2.0 util-linux popt" 11DEPENDS = "glib-2.0 util-linux popt"
12 12
13SRCREV = "9eaf25433864cefc40242e0257a0177ef4515930" 13SRCREV = "c99b1910bea848e8f0ae5641bb63b8f4f84f3ec0"
14PV = "1.0+git${SRCPV}" 14PV = "1.1+git${SRCPV}"
15PR = "r0" 15PR = "r0"
16 16
17SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git" 17SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git"