mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 19:17:07 +00:00
f24f8360bc
The old version didn't build with the older linux-libc-headers Signed-off-by: Joshua Lock <josh@linux.intel.com>
10 lines
222 B
BlitzBasic
10 lines
222 B
BlitzBasic
DESCRIPTION = "strace is a system call tracing tool."
|
|
SECTION = "console/utils"
|
|
LICENSE = "GPL"
|
|
PR = "r0"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2"
|
|
inherit autotools
|
|
|
|
export INCLUDES = "-I. -I./linux"
|