lttng-tools: bump version to 2.9.3
0001-Fix-Add-missing-pthread.h-include.patch already included in this
release:
5f702b6071
--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>
This commit is contained in:
parent
159bbae9db
commit
2248fa6a5a
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
# From http://lttng.org/files/lttng-tools/lttng-tools-2.9.0.tar.bz2.{md5,sha1}
|
||||
md5 75b5feb18aa2a136ebf70a14d2a5a6e5 lttng-tools-2.9.0.tar.bz2
|
||||
sha1 299158fd8614e45ee596d793696feb86cdea34b2 lttng-tools-2.9.0.tar.bz2
|
||||
# From http://lttng.org/files/lttng-tools/lttng-tools-2.9.3.tar.bz2.{md5,sha1}
|
||||
md5 19fdcc5e9c307ef66581a2743a08a541 lttng-tools-2.9.3.tar.bz2
|
||||
sha1 78fdc9b7fd15f33ac60ea08320d679ce66e18bf7 lttng-tools-2.9.3.tar.bz2
|
||||
|
@ -4,12 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LTTNG_TOOLS_VERSION = 2.9.0
|
||||
LTTNG_TOOLS_VERSION = 2.9.3
|
||||
LTTNG_TOOLS_SITE = http://lttng.org/files/lttng-tools
|
||||
LTTNG_TOOLS_SOURCE = lttng-tools-$(LTTNG_TOOLS_VERSION).tar.bz2
|
||||
LTTNG_TOOLS_LICENSE = GPLv2+, LGPLv2.1+ (include/lttng/*, src/lib/lttng-ctl/*)
|
||||
LTTNG_TOOLS_LICENSE_FILES = gpl-2.0.txt lgpl-2.1.txt LICENSE
|
||||
LTTNG_TOOLS_CONF_OPTS += --with-xml-prefix=$(STAGING_DIR)/usr --disable-man-pages
|
||||
LTTNG_TOOLS_CONF_OPTS += --disable-man-pages
|
||||
|
||||
LTTNG_TOOLS_DEPENDENCIES = liburcu libxml2 popt util-linux
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user