diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-29 11:43:13 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-29 11:43:13 +0000 |
commit | 740ad709adc56b51b12a83df64afabb18aaf9301 (patch) | |
tree | 1debf696afe56a0d7060830172f1c5a76ca7a431 /meta/packages/strace | |
parent | 01f7f257cd4536fa3210a798eda2f59edbd8df69 (diff) | |
download | poky-740ad709adc56b51b12a83df64afabb18aaf9301.tar.gz |
Add newer strace package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3615 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/strace')
-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" | ||