mirror of
https://git.yoctoproject.org/poky
synced 2026-06-16 06:00:02 +00:00
c6a6eb18c2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 lines
366 B
BlitzBasic
14 lines
366 B
BlitzBasic
DESCRIPTION = "strace is a system call tracing tool."
|
|
HOMEPAGE = "http://strace.sourceforge.net"
|
|
SECTION = "console/utils"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2"
|
|
inherit autotools
|
|
|
|
export INCLUDES = "-I. -I./linux"
|
|
|
|
BBCLASSEXTEND = "native"
|