aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/strace/strace_4.5.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/strace/strace_4.5.11.bb')
-rw-r--r--recipes/strace/strace_4.5.11.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/strace/strace_4.5.11.bb b/recipes/strace/strace_4.5.11.bb
new file mode 100644
index 0000000000..8570172782
--- /dev/null
+++ b/recipes/strace/strace_4.5.11.bb
@@ -0,0 +1,13 @@
+LICENSE = "GPL"
+SECTION = "console/utils"
+PR = "r2"
+
+DESCRIPTION = "strace is a system call tracing tool."
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
+ file://arm-syscallent.patch;patch=1 \
+ file://quota.patch;patch=1"
+
+inherit autotools
+
+export INCLUDES = "-I. -I./linux"