]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng: babeltrace: Update to upstream version 1.1.0
authorMaxin B. John <maxin.john@enea.com>
Mon, 25 Mar 2013 11:52:58 +0000 (12:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Mar 2013 14:30:24 +0000 (14:30 +0000)
Also updated the BUGTRACKER

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/babeltrace_1.1.0.bb [moved from meta/recipes-kernel/lttng/babeltrace_1.0.3.bb with 81% similarity]

similarity index 81%
rename from meta/recipes-kernel/lttng/babeltrace_1.0.3.bb
rename to meta/recipes-kernel/lttng/babeltrace_1.1.0.bb
index fe1c04f220b340639f6bdb8bfdcca306b1aa118f..dd7e0568ad2843014f6247bef037ee5646d27a4e 100644 (file)
@@ -1,7 +1,7 @@
 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 = "n/a"
+BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace"
 
 LICENSE = "MIT & GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
@@ -10,8 +10,8 @@ inherit autotools
 
 DEPENDS = "glib-2.0 util-linux popt"
 
-SRCREV = "9eaf25433864cefc40242e0257a0177ef4515930"
-PV = "1.0+git${SRCPV}"
+SRCREV = "c99b1910bea848e8f0ae5641bb63b8f4f84f3ec0"
+PV = "1.1+git${SRCPV}"
 PR = "r0"
 
 SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git"