diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/strace/strace_4.5.15.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/strace/strace_4.5.15.bb b/meta/packages/strace/strace_4.5.15.bb new file mode 100644 index 0000000000..5eee1b38b7 --- /dev/null +++ b/meta/packages/strace/strace_4.5.15.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "strace is a system call tracing tool." | ||
2 | SECTION = "console/utils" | ||
3 | LICENSE = "GPL" | ||
4 | |||
5 | SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ | ||
6 | file://strace-fix-arm-bad-syscall.patch;patch=1 \ | ||
7 | file://strace-undef-syscall.patch;patch=1" | ||
8 | # TODO file://sh-arch-update.patch;patch=1 \ | ||
9 | # TODO file://sh-syscall-update.patch;patch=1 \ | ||
10 | |||
11 | inherit autotools | ||
12 | |||
13 | export INCLUDES = "-I. -I./linux" | ||