From 3fd8a7076869945f7e28bc98f58ac7493370f6a2 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Thu, 2 Sep 2004 12:48:12 +0000 Subject: [PATCH] try to fix confusion between pivot_root and getdents64() on arm BKrev: 4137168c-18PrnvhECringwf_c5dOw --- strace/strace/arm-syscallent.patch | 0 strace/strace_4.5.6.oe | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 strace/strace/arm-syscallent.patch diff --git a/strace/strace/arm-syscallent.patch b/strace/strace/arm-syscallent.patch new file mode 100644 index 0000000000..e69de29bb2 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" -- 2.39.5