generic-poky/meta/packages/strace/strace_4.5.15.bb
Ross Burton 740ad709ad Add newer strace package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3615 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-29 11:43:13 +00:00

14 lines
422 B
BlitzBasic

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"