diff options
-rw-r--r-- | strace/strace-4.4.98/arm-syscall.patch | 0 | ||||
-rw-r--r-- | strace/strace_4.4.98.oe | 10 |
2 files changed, 10 insertions, 0 deletions
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 --- /dev/null +++ b/strace/strace-4.4.98/arm-syscall.patch 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" |