summaryrefslogtreecommitdiffstats
path: root/meta/packages/strace/strace_4.5.18.bb
blob: d3153ca6ccd80a8e3658b97c39f1fbd195a0de8c (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "strace is a system call tracing tool."
SECTION = "console/utils"
LICENSE = "GPL"
PR = "r0"

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"
inherit autotools

export INCLUDES = "-I. -I./linux"