mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
lttng-tools: update to 2.10.5.
This commit is contained in:
parent
d0d5fb21a8
commit
c90f65154c
2 changed files with 3 additions and 24 deletions
|
@ -1,21 +0,0 @@
|
|||
--- include/lttng/condition/condition-internal.h.orig 2018-04-30 20:47:49.527521481 +0200
|
||||
+++ include/lttng/condition/condition-internal.h 2018-07-13 10:59:43.759602523 +0200
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <urcu/list.h>
|
||||
#include <stdint.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
typedef void (*condition_destroy_cb)(struct lttng_condition *condition);
|
||||
typedef bool (*condition_validate_cb)(const struct lttng_condition *condition);
|
||||
--- include/lttng/condition/evaluation-internal.h.orig 2018-04-30 20:47:49.527521481 +0200
|
||||
+++ include/lttng/condition/evaluation-internal.h 2018-07-13 11:00:26.403873860 +0200
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <common/macros.h>
|
||||
#include <common/buffer-view.h>
|
||||
#include <stdbool.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
typedef void (*evaluation_destroy_cb)(struct lttng_evaluation *evaluation);
|
||||
typedef ssize_t (*evaluation_serialize_cb)(struct lttng_evaluation *evaluation,
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# template file for 'lttng-tools'
|
||||
# Template file for 'lttng-tools'
|
||||
pkgname=lttng-tools
|
||||
version=2.10.4
|
||||
version=2.10.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
|||
license="LGPL-2.1-only, GPL-2.0-only"
|
||||
homepage="https://lttng.org"
|
||||
distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=5eedfec1dbef6a7e20bdcfea5dd53d7ce640aa508daca83746aec452d13d7edc
|
||||
checksum=a4868078ef961e83dc236c4f24fd848161bfa755344b064dece62c4c81a07411
|
||||
system_groups="tracing"
|
||||
|
||||
lttng-tools-devel_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue