mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/trace-cmd: bump version to 2.6.1, add hash
Removed patch applied upstream. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
883f8d3b55
commit
06b609159d
@ -1,32 +0,0 @@
|
|||||||
From bdfcddd4f135dc1d4fefb0373d9ebb93ef5110cb Mon Sep 17 00:00:00 2001
|
|
||||||
From: "Steven Rostedt (Red Hat)" <rostedt@goodmis.org>
|
|
||||||
Date: Mon, 7 Dec 2015 16:41:19 -0500
|
|
||||||
Subject: [PATCH] trace-cmd: Fix trace-record.c with non ptrace compile
|
|
||||||
|
|
||||||
Fix ptrace_wait() when NO_PTRACE=1 is defined.
|
|
||||||
|
|
||||||
Status: upstream
|
|
||||||
|
|
||||||
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|
|
||||||
[Romain backport to 2.6]
|
|
||||||
Signed-off-by: Romain Naour <romain.naour@gmail.com>
|
|
||||||
---
|
|
||||||
trace-record.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/trace-record.c b/trace-record.c
|
|
||||||
index df82883..f83ec4b 100644
|
|
||||||
--- a/trace-record.c
|
|
||||||
+++ b/trace-record.c
|
|
||||||
@@ -1099,7 +1099,7 @@ static void ptrace_wait(enum trace_type type, int main_pid)
|
|
||||||
(!WIFEXITED(status) || pid != main_pid));
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
-static inline void ptrace_wait(int main_pid) { }
|
|
||||||
+static inline void ptrace_wait(enum trace_type type, int main_pid) { }
|
|
||||||
static inline void enable_ptrace(void) { }
|
|
||||||
static inline void ptrace_attach(int pid) { }
|
|
||||||
|
|
||||||
--
|
|
||||||
2.5.5
|
|
||||||
|
|
2
package/trace-cmd/trace-cmd.hash
Normal file
2
package/trace-cmd/trace-cmd.hash
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Locally computed
|
||||||
|
sha256 f088534808274f6233fe15130791238fb14ce9bf6e7234f9b3fe6b5a42a1245d trace-cmd-trace-cmd-v2.6.1.tar.gz
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
TRACE_CMD_VERSION = trace-cmd-v2.6
|
TRACE_CMD_VERSION = trace-cmd-v2.6.1
|
||||||
TRACE_CMD_SITE = $(BR2_KERNEL_MIRROR)/scm/linux/kernel/git/rostedt/trace-cmd.git
|
TRACE_CMD_SITE = $(BR2_KERNEL_MIRROR)/scm/linux/kernel/git/rostedt/trace-cmd.git
|
||||||
TRACE_CMD_SITE_METHOD = git
|
TRACE_CMD_SITE_METHOD = git
|
||||||
TRACE_CMD_INSTALL_STAGING = YES
|
TRACE_CMD_INSTALL_STAGING = YES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user