diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2017-03-10 17:42:52 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-10 22:20:26 +0100 |
commit | 4127f3014c2960b8c7be616c13d8486fbe10b169 (patch) | |
tree | 877b20e4ff38a8f25267574ac99005e5cd6f03ab /package/lttng-modules | |
parent | 79be8d341ae702c3ec5092b32d8a40f9eb75e2e3 (diff) | |
download | buildroot-4127f3014c2960b8c7be616c13d8486fbe10b169.tar.gz buildroot-4127f3014c2960b8c7be616c13d8486fbe10b169.zip |
lttng-modules: bump version to 2.9.1
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lttng-modules')
-rw-r--r-- | package/lttng-modules/lttng-modules.hash | 6 | ||||
-rw-r--r-- | package/lttng-modules/lttng-modules.mk | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/lttng-modules/lttng-modules.hash b/package/lttng-modules/lttng-modules.hash index d8314f6e79..ec733efd13 100644 --- a/package/lttng-modules/lttng-modules.hash +++ b/package/lttng-modules/lttng-modules.hash @@ -1,3 +1,3 @@ -# From http://lttng.org/files/lttng-modules/lttng-modules-2.9.0.tar.bz2.{md5,sha1} -md5 717df375ccb6f32bb297cc2f2e692bbf lttng-modules-2.9.0.tar.bz2 -sha1 819ee1c2a5a821b7fdc1c2fc102ef3079c32aad7 lttng-modules-2.9.0.tar.bz2 +# From http://lttng.org/files/lttng-modules/lttng-modules-2.9.1.tar.bz2.{md5,sha1} +md5 5a16bca52233cc2bdff572b1120a88f6 lttng-modules-2.9.1.tar.bz2 +sha1 5b47e923a8d697b0f5799f0eb226a41c4957966c lttng-modules-2.9.1.tar.bz2 diff --git a/package/lttng-modules/lttng-modules.mk b/package/lttng-modules/lttng-modules.mk index aa0ac30b24..e77617ea57 100644 --- a/package/lttng-modules/lttng-modules.mk +++ b/package/lttng-modules/lttng-modules.mk @@ -4,7 +4,7 @@ # ################################################################################ -LTTNG_MODULES_VERSION = 2.9.0 +LTTNG_MODULES_VERSION = 2.9.1 LTTNG_MODULES_SITE = http://lttng.org/files/lttng-modules LTTNG_MODULES_SOURCE = lttng-modules-$(LTTNG_MODULES_VERSION).tar.bz2 LTTNG_MODULES_LICENSE = LGPLv2.1/GPLv2 (kernel modules), MIT (lib/bitfield.h, lib/prio_heap/*) |