Add newer strace package
authorRoss Burton <ross@openedhand.com>
Tue, 29 Jan 2008 11:43:13 +0000 (11:43 +0000)
committerRoss Burton <ross@openedhand.com>
Tue, 29 Jan 2008 11:43:13 +0000 (11:43 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3615 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/strace/strace_4.5.15.bb [new file with mode: 0644]

diff --git a/meta/packages/strace/strace_4.5.15.bb b/meta/packages/strace/strace_4.5.15.bb
new file mode 100644 (file)
index 0000000..5eee1b3
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "strace is a system call tracing tool."
+SECTION = "console/utils"
+LICENSE = "GPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
+           file://strace-fix-arm-bad-syscall.patch;patch=1 \
+           file://strace-undef-syscall.patch;patch=1"
+# TODO file://sh-arch-update.patch;patch=1 \
+# TODO file://sh-syscall-update.patch;patch=1 \
+
+inherit autotools
+
+export INCLUDES = "-I. -I./linux"