summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorAnders Wallin <wallinux@gmail.com>2020-02-17 14:34:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-18 23:53:54 +0000
commitb3702d5aeb2fb2134ef305b7e7c6121aa0607b57 (patch)
tree6b56b969bf77acd5af21498f39031e2567c46036 /meta/recipes-kernel
parentf9e0c99568c7374a84e9aeb72e7f886688a6b648 (diff)
downloadpoky-b3702d5aeb2fb2134ef305b7e7c6121aa0607b57.tar.gz
babeltrace: update to 1.5.8
updated HOMEPAGE to http://babeltrace.org/ updated LICENSE to include LGPLv2.1 (From OE-Core rev: 7c88483a32ded0f94165aced25ac604de43b8ef7) Signed-off-by: Anders Wallin <wallinux@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/lttng/babeltrace_1.5.8.bb (renamed from meta/recipes-kernel/lttng/babeltrace_1.5.7.bb)6
1 files 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
index 05ef6d099c..b6b7653037 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 @@
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://babeltrace.org/"
4BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace" 4BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace"
5LICENSE = "MIT & GPLv2" 5LICENSE = "MIT & GPLv2 & LGPLv2.1"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
7 7
8DEPENDS = "glib-2.0 util-linux popt bison-native flex-native" 8DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
9 9
10SRC_URI = "git://git.linuxfoundation.org/diamon/babeltrace.git;branch=stable-1.5" 10SRC_URI = "git://git.linuxfoundation.org/diamon/babeltrace.git;branch=stable-1.5"
11SRCREV = "d4014aeef4b89a4aaab1af42d7b0d143d62da0ff" 11SRCREV = "054a54ae10b01a271afc4f19496c041b10fb414c"
12UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)$" 12UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)$"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"