diff options
Diffstat (limited to 'strace/strace_4.5.4.oe')
-rw-r--r-- | strace/strace_4.5.4.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/strace/strace_4.5.4.oe b/strace/strace_4.5.4.oe index e69de29bb2..0e5c92a1d6 100644 --- a/strace/strace_4.5.4.oe +++ b/strace/strace_4.5.4.oe @@ -0,0 +1,10 @@ +SECTION = "console/utils" +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" + +inherit autotools + +export INCLUDES = "-I. -I./linux" |