[oe-commits] [openembedded-core] 10/15: babeltrace: update to 1.5.8

git at git.openembedded.org git at git.openembedded.org
Tue Feb 18 23:54:26 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 7c88483a32ded0f94165aced25ac604de43b8ef7
Author: Anders Wallin <wallinux at gmail.com>
AuthorDate: Mon Feb 17 14:34:05 2020 +0100

    babeltrace: update to 1.5.8
    
    updated HOMEPAGE to http://babeltrace.org/
    updated LICENSE to include LGPLv2.1
    
    Signed-off-by: Anders Wallin <wallinux at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../lttng/{babeltrace_1.5.7.bb => babeltrace_1.5.8.bb}              | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.7.bb b/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
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 05ef6d0..b6b7653 100644
--- a/meta/recipes-kernel/lttng/babeltrace_1.5.7.bb
+++ b/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list