diff options
author | Philippe Proulx <eeppeliteloop@gmail.com> | 2015-11-26 14:42:05 -0500 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-11-27 13:19:29 +0100 |
commit | c2be38b9e3bee22129b9da160a8d131ce4e1efac (patch) | |
tree | bd4cd27ab8bdaa18a28eae616739b454ae602a38 | |
parent | 5d2e7e4e38842a383457fdfe43397653e6ee1f4d (diff) | |
download | buildroot-c2be38b9e3bee22129b9da160a8d131ce4e1efac.tar.gz buildroot-c2be38b9e3bee22129b9da160a8d131ce4e1efac.zip |
lttng-modules: bump to version 2.7.0
[Peter: drop extra whitespace in .hash file]
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/lttng-modules/lttng-modules.hash | 4 | ||||
-rw-r--r-- | package/lttng-modules/lttng-modules.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/lttng-modules/lttng-modules.hash b/package/lttng-modules/lttng-modules.hash index 918b4cfc7a..b94d910dc0 100644 --- a/package/lttng-modules/lttng-modules.hash +++ b/package/lttng-modules/lttng-modules.hash @@ -1,2 +1,2 @@ -# http://www.lttng.org/files/lttng-modules/lttng-modules-2.6.0.tar.bz2.sha1 -sha1 6402ec848e2a75250e04be35f0c49332bf37a388 lttng-modules-2.6.0.tar.bz2 +# http://www.lttng.org/files/lttng-modules/lttng-modules-2.7.0.tar.bz2.sha1 +sha1 b98b85cd71c03d511b37790644353c7209bcadd4 lttng-modules-2.7.0.tar.bz2 diff --git a/package/lttng-modules/lttng-modules.mk b/package/lttng-modules/lttng-modules.mk index 30c581e33e..19c0a5d9b5 100644 --- a/package/lttng-modules/lttng-modules.mk +++ b/package/lttng-modules/lttng-modules.mk @@ -4,7 +4,7 @@ # ################################################################################ -LTTNG_MODULES_VERSION = 2.6.0 +LTTNG_MODULES_VERSION = 2.7.0 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 for kernel modules; MIT for lib/bitfield.h and lib/prio_heap/* |