summaryrefslogtreecommitdiff
path: root/package/lttng-libust
diff options
context:
space:
mode:
authorPhilippe Proulx <eeppeliteloop@gmail.com>2015-03-06 19:48:13 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-07 09:16:12 +0100
commitd8b4ba71d11a1e8c6898ac8ad46bf0a42e0e445d (patch)
treec2e4ca6bba03f9077a2244383434c65c822221df /package/lttng-libust
parent3c9aa3218339ce8d896adfc5facd812b1fffa889 (diff)
lttng-libust: bump to version 2.6.0
[Thomas: revert the change of <pkg>_LICENSE_FILES, which was incorrect.] Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lttng-libust')
-rw-r--r--package/lttng-libust/Config.in2
-rw-r--r--package/lttng-libust/lttng-libust.hash8
-rw-r--r--package/lttng-libust/lttng-libust.mk2
3 files changed, 4 insertions, 8 deletions
diff --git a/package/lttng-libust/Config.in b/package/lttng-libust/Config.in
index 458338040..0a6abb64f 100644
--- a/package/lttng-libust/Config.in
+++ b/package/lttng-libust/Config.in
@@ -11,7 +11,7 @@ config BR2_PACKAGE_LTTNG_LIBUST
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_58854 # liburcu/gcc-4.8.x bug
depends on BR2_TOOLCHAIN_HAS_THREADS
help
- Userspace tracing library for the Lttng tracing
+ Userspace tracing library for the LTTng 2.x tracing
infrastructure. It allows userspace programs to create
custom trace events that are integrated with all other
events gathered by LTTng.
diff --git a/package/lttng-libust/lttng-libust.hash b/package/lttng-libust/lttng-libust.hash
index ac897f31f..65db612e5 100644
--- a/package/lttng-libust/lttng-libust.hash
+++ b/package/lttng-libust/lttng-libust.hash
@@ -1,6 +1,2 @@
-# From http://lttng.org/files/lttng-ust/lttng-ust-2.6.0-rc1.tar.bz2.sha1
-sha1 8db1627f16f466589c7842822ea4ad2f9d406b02 lttng-ust-2.5.1.tar.bz2
-# From http://lttng.org/files/lttng-ust/lttng-ust-2.6.0-rc1.tar.bz2.md5
-md5 d551d601bdc1a9285e1cd6c5728fb803 lttng-ust-2.5.1.tar.bz2
-# Locally generated
-sha256 fbd9e2d78641e5c659f1d51f8097c8279c155ff50f8e38a4c57f188ca4b84546 lttng-ust-2.5.1.tar.bz2
+# http://www.lttng.org/files/lttng-ust/lttng-ust-2.6.0.tar.bz2.sha1
+sha1 774fc2052781ba6fd789d422223c739d5f64482d lttng-ust-2.6.0.tar.bz2
diff --git a/package/lttng-libust/lttng-libust.mk b/package/lttng-libust/lttng-libust.mk
index e6f02ca57..2afcd6134 100644
--- a/package/lttng-libust/lttng-libust.mk
+++ b/package/lttng-libust/lttng-libust.mk
@@ -5,7 +5,7 @@
################################################################################
LTTNG_LIBUST_SITE = http://lttng.org/files/lttng-ust
-LTTNG_LIBUST_VERSION = 2.5.1
+LTTNG_LIBUST_VERSION = 2.6.0
LTTNG_LIBUST_SOURCE = lttng-ust-$(LTTNG_LIBUST_VERSION).tar.bz2
LTTNG_LIBUST_LICENSE = LGPLv2.1; MIT for system headers; GPLv2 for liblttng-ust-ctl/ustctl.c (used by lttng-sessiond)
LTTNG_LIBUST_LICENSE_FILES = COPYING