summaryrefslogtreecommitdiff
path: root/strace
diff options
context:
space:
mode:
Diffstat (limited to 'strace')
-rw-r--r--strace/strace/arm-syscallent.patch0
-rw-r--r--strace/strace_4.5.6.oe12
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"