All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] trace-cmd: bump to version 2.6
@ 2015-12-21 21:05 Sergio Prado
  2015-12-21 22:03 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Sergio Prado @ 2015-12-21 21:05 UTC (permalink / raw)
  To: buildroot

Also remove no longer needed patch (fixed upstream).

Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
---
 package/trace-cmd/0001-Fix-ptrace-detection.patch | 36 -----------------------
 package/trace-cmd/trace-cmd.mk                    |  2 +-
 2 files changed, 1 insertion(+), 37 deletions(-)
 delete mode 100644 package/trace-cmd/0001-Fix-ptrace-detection.patch

diff --git a/package/trace-cmd/0001-Fix-ptrace-detection.patch b/package/trace-cmd/0001-Fix-ptrace-detection.patch
deleted file mode 100644
index b17d7df0d266..000000000000
--- a/package/trace-cmd/0001-Fix-ptrace-detection.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 0070081ffe65a4fbe442044ddfcc818593c98e33 Mon Sep 17 00:00:00 2001
-From: Romain Naour <romain.naour@openwide.fr>
-Date: Wed, 30 Oct 2013 22:35:34 +0100
-Subject: [PATCH] Fix ptrace detection
-
-Ptrace support detection is ignored when CFLAGS is set in command
-arguments. Use override in Makefile to add -DWARN_NO_PTRACE and
--DNO_PTRACE in CFLAGS if ptrace is not available.
-
-Signed-off-by: Romain Naour <romain.naour@openwide.fr>
----
- Makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 83329ca..01b4f45 100644
---- a/Makefile
-+++ b/Makefile
-@@ -223,12 +223,12 @@ LDFLAGS ?=
- ifndef NO_PTRACE
- ifneq ($(call try-cc,$(SOURCE_PTRACE),),y)
- 	NO_PTRACE = 1
--	CFLAGS += -DWARN_NO_PTRACE
-+	override CFLAGS += -DWARN_NO_PTRACE
- endif
- endif
- 
- ifdef NO_PTRACE
--CFLAGS += -DNO_PTRACE
-+override CFLAGS += -DNO_PTRACE
- endif
- 
- # Append required CFLAGS
--- 
-1.8.1.2
-
diff --git a/package/trace-cmd/trace-cmd.mk b/package/trace-cmd/trace-cmd.mk
index 55958b08dca1..839e7ee3e806 100644
--- a/package/trace-cmd/trace-cmd.mk
+++ b/package/trace-cmd/trace-cmd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TRACE_CMD_VERSION = trace-cmd-v2.3.2
+TRACE_CMD_VERSION = trace-cmd-v2.6
 TRACE_CMD_SITE = $(BR2_KERNEL_MIRROR)/scm/linux/kernel/git/rostedt/trace-cmd.git
 TRACE_CMD_SITE_METHOD = git
 TRACE_CMD_INSTALL_STAGING = YES
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] trace-cmd: bump to version 2.6
  2015-12-21 21:05 [Buildroot] [PATCH] trace-cmd: bump to version 2.6 Sergio Prado
@ 2015-12-21 22:03 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-12-21 22:03 UTC (permalink / raw)
  To: buildroot

Dear Sergio Prado,

On Mon, 21 Dec 2015 19:05:19 -0200, Sergio Prado wrote:
> Also remove no longer needed patch (fixed upstream).
> 
> Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
> ---
>  package/trace-cmd/0001-Fix-ptrace-detection.patch | 36 -----------------------
>  package/trace-cmd/trace-cmd.mk                    |  2 +-
>  2 files changed, 1 insertion(+), 37 deletions(-)
>  delete mode 100644 package/trace-cmd/0001-Fix-ptrace-detection.patch

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-21 22:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-21 21:05 [Buildroot] [PATCH] trace-cmd: bump to version 2.6 Sergio Prado
2015-12-21 22:03 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.