From: Chris Larson Date: Mon, 20 Oct 2003 22:50:05 +0000 (+0000) Subject: Fix the strace ARM build when __NR_waitpid isnt defined -- undef SYS_waitpid, since... X-Git-Tag: Release-2010-05/1~20652 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1252666438187c9a1c84107c499f73ee2f80f51;p=openembedded.git Fix the strace ARM build when __NR_waitpid isnt defined -- undef SYS_waitpid, since it attempts to use it directly, and define sys_waitpid to printargs. BKrev: 3f94669dMKmij4fZW5v4vYnjwS0lOg --- diff --git a/strace/strace-4.4.98/arm-syscall.patch b/strace/strace-4.4.98/arm-syscall.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/strace/strace_4.4.98.oe b/strace/strace_4.4.98.oe index e69de29bb2..d2f5b43823 100644 --- a/strace/strace_4.4.98.oe +++ b/strace/strace_4.4.98.oe @@ -0,0 +1,10 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${SOURCEFORGE_MIRROR}/strace/strace-4.4.98.tar.bz2 \ + file://${FILESDIR}/arm-compilation.patch;patch=1 \ + file://${FILESDIR}/arm-syscall.patch;patch=1 + +inherit autotools + +export INCLUDES="-I. -I./linux"