mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
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"
|