surpport seeking the recorded video
[vuplus_openembedded] / recipes / strace / strace_4.5.11.bb
1 LICENSE = "GPL"
2 SECTION = "console/utils"
3 PR = "r2"
4
5 DESCRIPTION = "strace is a system call tracing tool."
6
7 SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
8            file://arm-syscallent.patch;patch=1 \
9            file://quota.patch;patch=1"
10
11 inherit autotools
12
13 export INCLUDES = "-I. -I./linux"