diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-02 12:48:12 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-02 12:48:12 +0000 |
commit | 3fd8a7076869945f7e28bc98f58ac7493370f6a2 (patch) | |
tree | bf6af128f1b5711303ccc3f17bbdf7931f45744d /strace | |
parent | 59b88500fdbf49407d4d28af6c686095a5ff6c3b (diff) |
try to fix confusion between pivot_root and getdents64() on arm
BKrev: 4137168c-18PrnvhECringwf_c5dOw
Diffstat (limited to 'strace')
-rw-r--r-- | strace/strace/arm-syscallent.patch | 0 | ||||
-rw-r--r-- | strace/strace_4.5.6.oe | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/strace/strace/arm-syscallent.patch b/strace/strace/arm-syscallent.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/strace/strace/arm-syscallent.patch diff --git a/strace/strace_4.5.6.oe b/strace/strace_4.5.6.oe index e69de29bb2..33e560211e 100644 --- a/strace/strace_4.5.6.oe +++ b/strace/strace_4.5.6.oe @@ -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" |