From: Ross Burton Date: Tue, 29 Jan 2008 11:43:13 +0000 (+0000) Subject: Add newer strace package X-Git-Tag: 2011-1~9815 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=740ad709adc56b51b12a83df64afabb18aaf9301;p=openembedded-core.git Add newer strace package git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3615 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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 @@ +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"