mirror of
git://git.yoctoproject.org/poky
synced 2026-09-16 10:13:32 +00:00
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"
|