merge of '3e22c6ee5af012d09e9027c2ade50920300fb0f2'
[openembedded.git] / packages / strace / strace_4.5.12.bb
blob3a15563100e2db4dc9355d9ceda9492ba6e7acf7
1 LICENSE = "GPL"
2 SECTION = "console/utils"
3 PR = "r1"
5 DESCRIPTION = "strace is a system call tracing tool."
7 SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
8 file://arm-syscallent.patch;patch=1 \
9 file://quota.patch;patch=1 \
10 file://strace-fix-arm-bad-syscall.patch;patch=1"
12 inherit autotools
14 export INCLUDES = "-I. -I./linux"