try to fix confusion between pivot_root and getdents64() on arm
authorPhil Blundell <philb@gnu.org>
Thu, 2 Sep 2004 12:48:12 +0000 (12:48 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 2 Sep 2004 12:48:12 +0000 (12:48 +0000)
BKrev: 4137168c-18PrnvhECringwf_c5dOw

strace/strace/arm-syscallent.patch [new file with mode: 0644]
strace/strace_4.5.6.oe

diff --git a/strace/strace/arm-syscallent.patch b/strace/strace/arm-syscallent.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..33e5602 100644 (file)
@@ -0,0 +1,12 @@
+PR = "r1"
+
+DESCRIPTION = "strace is a system call tracing tool."
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
+          file://arm-compilation.patch;patch=1 \
+          file://arm-syscall.patch;patch=1 \
+          file://arm-syscallent.patch;patch=1"
+
+inherit autotools
+
+export INCLUDES = "-I. -I./linux"