Author: agrundman
Date: Fri May 21 10:38:13 2010
New Revision: 8799

URL: http://svn.slimdevices.com/jive?rev=8799&view=rev
Log:
Update to strace 4.5.20 to fix build

Added:
    7.6/trunk/squeezeos/poky/meta/packages/strace/strace-4.5.20/
      - copied from r8794, 
7.6/trunk/squeezeos/poky/meta/packages/strace/strace-4.5.18/
    7.6/trunk/squeezeos/poky/meta/packages/strace/strace_4.5.20.bb
      - copied, changed from r8794, 
7.6/trunk/squeezeos/poky/meta/packages/strace/strace_4.5.18.bb
Removed:
    7.6/trunk/squeezeos/poky/meta/packages/strace/strace-4.5.18/
    
7.6/trunk/squeezeos/poky/meta/packages/strace/strace-4.5.20/strace-undef-syscall.patch
    7.6/trunk/squeezeos/poky/meta/packages/strace/strace_4.5.18.bb
Modified:
    
7.6/trunk/squeezeos/poky/meta/packages/strace/strace-4.5.20/strace-fix-arm-bad-syscall.patch

Modified: 
7.6/trunk/squeezeos/poky/meta/packages/strace/strace-4.5.20/strace-fix-arm-bad-syscall.patch
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta/packages/strace/strace-4.5.20/strace-fix-arm-bad-syscall.patch?rev=8799&r1=8794&r2=8799&view=diff
==============================================================================
--- 
7.6/trunk/squeezeos/poky/meta/packages/strace/strace-4.5.20/strace-fix-arm-bad-syscall.patch
 (original)
+++ 
7.6/trunk/squeezeos/poky/meta/packages/strace/strace-4.5.20/strace-fix-arm-bad-syscall.patch
 Fri May 21 10:38:13 2010
@@ -1,6 +1,7 @@
---- strace-4.5.12-orig/syscall.c       2005-06-08 21:45:28.000000000 +0100
-+++ strace-4.5.12/syscall.c    2005-10-25 19:26:39.000000000 +0100
-@@ -1013,6 +1013,15 @@ struct tcb *tcp;
+diff -ur strace-4.5.20/syscall.c strace-4.5.20-patched/syscall.c
+--- strace-4.5.20/syscall.c    2010-04-07 06:19:26.000000000 -0400
++++ strace-4.5.20-patched/syscall.c    2010-05-21 13:33:05.042160967 -0400
+@@ -1020,6 +1020,15 @@
                /*
                 * Note: we only deal with only 32-bit CPUs here.
                 */
@@ -16,3 +17,4 @@
                if (regs.ARM_cpsr & 0x20) {
                        /*
                         * Get the Thumb-mode system call number
+Only in strace-4.5.20-patched/: syscall.c.orig

Copied: 7.6/trunk/squeezeos/poky/meta/packages/strace/strace_4.5.20.bb (from 
r8794, 7.6/trunk/squeezeos/poky/meta/packages/strace/strace_4.5.18.bb)
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta/packages/strace/strace_4.5.20.bb?p2=7.6/trunk/squeezeos/poky/meta/packages/strace/strace_4.5.20.bb&p1=7.6/trunk/squeezeos/poky/meta/packages/strace/strace_4.5.18.bb&r1=8794&r2=8799&rev=8799&view=diff
==============================================================================
--- 7.6/trunk/squeezeos/poky/meta/packages/strace/strace_4.5.18.bb (original)
+++ 7.6/trunk/squeezeos/poky/meta/packages/strace/strace_4.5.20.bb Fri May 21 
10:38:13 2010
@@ -4,8 +4,7 @@
 PR = "r0"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
-           file://strace-fix-arm-bad-syscall.patch;patch=1 \
-           file://strace-undef-syscall.patch;patch=1"
+           file://strace-fix-arm-bad-syscall.patch;patch=1"
 inherit autotools
 
 export INCLUDES = "-I. -I./linux"

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to