diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2017-01-11 14:24:23 +0000 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-01-13 16:17:13 +0100 |
commit | 2248fa6a5a9127b44150c2bcbfea5a368952a233 (patch) | |
tree | 2f7c3368804f5a8f18ffcb7810f49a5d59c6103c /package/lttng-tools/0001-Fix-Add-missing-pthread.h-include.patch | |
parent | 159bbae9db0d03a1e5557be70fd9bb17f9babf2a (diff) | |
download | buildroot-2248fa6a5a9127b44150c2bcbfea5a368952a233.tar.gz buildroot-2248fa6a5a9127b44150c2bcbfea5a368952a233.zip |
lttng-tools: bump version to 2.9.3
0001-Fix-Add-missing-pthread.h-include.patch already included in this
release:
https://github.com/lttng/lttng-tools/commit/5f702b607116a8303cb09fb091d8b9740c06baca
--with-xml-prefix configure option doesn't exist, so drop it:
configure:22815: WARNING: unrecognized options: [snip], --with-xml-prefix
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/lttng-tools/0001-Fix-Add-missing-pthread.h-include.patch')
-rw-r--r-- | package/lttng-tools/0001-Fix-Add-missing-pthread.h-include.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/package/lttng-tools/0001-Fix-Add-missing-pthread.h-include.patch b/package/lttng-tools/0001-Fix-Add-missing-pthread.h-include.patch deleted file mode 100644 index 29706afc61..0000000000 --- a/package/lttng-tools/0001-Fix-Add-missing-pthread.h-include.patch +++ /dev/null @@ -1,29 +0,0 @@ -From c948391121f2eb411bc7d2049d96f267bfa643d8 Mon Sep 17 00:00:00 2001 -From: Michael Jeanson <mjeanson@efficios.com> -Date: Mon, 5 Dec 2016 15:39:26 -0500 -Subject: [PATCH] Fix: Add missing pthread.h include - -Some libc like musl and uClibc requires explicit includes of pthread.h - -Signed-off-by: Michael Jeanson <mjeanson@efficios.com> -[Thomas: taken from lttng mailing list.] -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---- - src/common/defaults.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/common/defaults.h b/src/common/defaults.h -index 27f1ddc..37d222a 100644 ---- a/src/common/defaults.h -+++ b/src/common/defaults.h -@@ -20,6 +20,7 @@ - #ifndef _DEFAULTS_H - #define _DEFAULTS_H - -+#include <pthread.h> - #include <src/common/macros.h> - - /* Default unix group name for tracing. */ --- -2.7.4 - |