[oe-commits] [openembedded-core] 34/34: gdb: Add signed-off-by tag to patch

git at git.openembedded.org git at git.openembedded.org
Wed Mar 7 14:35:37 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit b8ddb0c8d79b969fff40e0fdfbeeef214a338ebe
Author: Daniel Díaz <daniel.diaz at linaro.org>
AuthorDate: Tue Mar 6 11:30:44 2018 -0600

    gdb: Add signed-off-by tag to patch
    
    A patch went in (in 4aaf747) without a proper signed-off-by
    because the project (in its upstream repository) does not use
    Git.
    
    This will take care of that before spreading the patch to
    other branches.
    
    Signed-off-by: Daniel Díaz <daniel.diaz at linaro.org>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../gdb/gdb-Fix-ia64-defining-TRAP_HWBKPT-before-including-g.patch   | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-devtools/gdb/gdb/gdb-Fix-ia64-defining-TRAP_HWBKPT-before-including-g.patch b/meta/recipes-devtools/gdb/gdb/gdb-Fix-ia64-defining-TRAP_HWBKPT-before-including-g.patch
index c7b1d0d..ef97de7 100644
--- a/meta/recipes-devtools/gdb/gdb/gdb-Fix-ia64-defining-TRAP_HWBKPT-before-including-g.patch
+++ b/meta/recipes-devtools/gdb/gdb/gdb-Fix-ia64-defining-TRAP_HWBKPT-before-including-g.patch
@@ -3,6 +3,9 @@ From: James Clarke <jrtc27 at jrtc27.com>
 Date: Fri, 19 Jan 2018 17:22:49 +0000
 Subject: [PATCH] gdb: Fix ia64 defining TRAP_HWBKPT before including
  gdb_wait.h
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
 
 On ia64, gdb_wait.h eventually includes siginfo-consts-arch.h, which
 contains an enum with TRAP_HWBKPT, along with a #define. Thus we cannot
@@ -16,6 +19,8 @@ gdb/ChangeLog:
 	* nat/linux-ptrace.h: ... to here.
 
 Upstream-Status: Accepted [https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=5a6c3296a7a90694ad4042f6256f3da6d4fa4ee8]
+
+Signed-off-by: Daniel Díaz <daniel.diaz at linaro.org>
 ---
  gdb/nat/linux-ptrace.c | 2 --
  gdb/nat/linux-ptrace.h | 1 +

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list