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