diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-23 00:22:05 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-23 00:22:05 +0000 |
commit | 37568a71d07060976b5a3c330ab6f4c2c7e1a87e (patch) | |
tree | 9957336a057303677b2ce61d2a6cd01b55549eda /meta/packages/strace/strace_4.5.14.bb | |
parent | ae60cc23f955d0f8feb68a46ef301b4f1e682a08 (diff) | |
download | poky-37568a71d07060976b5a3c330ab6f4c2c7e1a87e.tar.gz |
Add strace 4.5.14 (with EABI fixes)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1087 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/strace/strace_4.5.14.bb')
-rw-r--r-- | meta/packages/strace/strace_4.5.14.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/strace/strace_4.5.14.bb b/meta/packages/strace/strace_4.5.14.bb new file mode 100644 index 0000000000..b301d0100b --- /dev/null +++ b/meta/packages/strace/strace_4.5.14.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "strace is a system call tracing tool." | ||
2 | SECTION = "console/utils" | ||
3 | LICENSE = "GPL" | ||
4 | PR = "r4" | ||
5 | |||
6 | SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ | ||
7 | file://glibc-2.5.patch;patch=1 \ | ||
8 | file://arm-eabi.patch;patch=1 \ | ||
9 | file://drop-ctl-proc.patch;patch=1 \ | ||
10 | file://sh-arch-update.patch;patch=1 \ | ||
11 | file://sh-syscall-update.patch;patch=1 \ | ||
12 | file://strace-fix-arm-bad-syscall.patch;patch=1" | ||
13 | |||
14 | inherit autotools | ||
15 | |||
16 | export INCLUDES = "-I. -I./linux" | ||