diff options
Diffstat (limited to 'recipes/strace/strace_4.5.12.bb')
-rw-r--r-- | recipes/strace/strace_4.5.12.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/strace/strace_4.5.12.bb b/recipes/strace/strace_4.5.12.bb new file mode 100644 index 0000000000..3a15563100 --- /dev/null +++ b/recipes/strace/strace_4.5.12.bb @@ -0,0 +1,14 @@ +LICENSE = "GPL" +SECTION = "console/utils" +PR = "r1" + +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 \ + file://strace-fix-arm-bad-syscall.patch;patch=1" + +inherit autotools + +export INCLUDES = "-I. -I./linux" |