aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/strace/strace_4.5.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/strace/strace_4.5.14.bb')
-rw-r--r--meta/packages/strace/strace_4.5.14.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/strace/strace_4.5.14.bb b/meta/packages/strace/strace_4.5.14.bb
new file mode 100644
index 0000000000..b301d0100b
--- /dev/null
+++ b/meta/packages/strace/strace_4.5.14.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "strace is a system call tracing tool."
+SECTION = "console/utils"
+LICENSE = "GPL"
+PR = "r4"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
+ file://glibc-2.5.patch;patch=1 \
+ file://arm-eabi.patch;patch=1 \
+ file://drop-ctl-proc.patch;patch=1 \
+ file://sh-arch-update.patch;patch=1 \
+ file://sh-syscall-update.patch;patch=1 \
+ file://strace-fix-arm-bad-syscall.patch;patch=1"
+
+inherit autotools
+
+export INCLUDES = "-I. -I./linux"