diff options
author | Romain Naour <romain.naour@openwide.fr> | 2014-04-19 11:47:30 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-19 18:53:33 +0200 |
commit | a478fcd423dc9e905bfc92f0a2632049d83a4d7e (patch) | |
tree | d9bbf229d3bb45de97c4b9e1353cc5bc73573a07 | |
parent | 7e0b264d0725573c2d0b77bd775b9eab69440b3a (diff) | |
download | buildroot-a478fcd423dc9e905bfc92f0a2632049d83a4d7e.tar.gz buildroot-a478fcd423dc9e905bfc92f0a2632049d83a4d7e.zip |
lttng-libust: bump version to 2.4.1
fixes:
http://autobuild.buildroot.net/results/a6f/a6f5550cc63260126cb66a954af60f1633b97faf/
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/lttng-libust/lttng-libust.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lttng-libust/lttng-libust.mk b/package/lttng-libust/lttng-libust.mk index 375a6a38a1..b6d1911fb3 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.4.0 +LTTNG_LIBUST_VERSION = 2.4.1 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 |