]> code.ossystems Code Review - openembedded-core.git/commitdiff
babeltrace: update to 1.5.8
authorAnders Wallin <wallinux@gmail.com>
Mon, 17 Feb 2020 13:34:05 +0000 (14:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Feb 2020 23:52:42 +0000 (23:52 +0000)
updated HOMEPAGE to http://babeltrace.org/
updated LICENSE to include LGPLv2.1

Signed-off-by: Anders Wallin <wallinux@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/babeltrace_1.5.8.bb [moved from meta/recipes-kernel/lttng/babeltrace_1.5.7.bb with 84% similarity]

similarity index 84%
rename from meta/recipes-kernel/lttng/babeltrace_1.5.7.bb
rename to meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
index 05ef6d099c25de9cc55efbe37abb44b25fc7b6b2..b6b7653037dab3de564588db5ec4a1d1ed6a4191 100644 (file)
@@ -1,14 +1,14 @@
 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/"
+HOMEPAGE = "http://babeltrace.org/"
 BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace"
-LICENSE = "MIT & GPLv2"
+LICENSE = "MIT & GPLv2 & LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
 
 DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
 
 SRC_URI = "git://git.linuxfoundation.org/diamon/babeltrace.git;branch=stable-1.5"
-SRCREV = "d4014aeef4b89a4aaab1af42d7b0d143d62da0ff"
+SRCREV = "054a54ae10b01a271afc4f19496c041b10fb414c"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)$"
 
 S = "${WORKDIR}/git"