blob: 19ef36dbebed5530e4aba86ed197f747a1f3cda8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \
extract program execution details from the Linux operating system and \
interpret them."
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
SRC_URI = "http://www.opersys.com/ftp/pub/LTT/TraceToolkit-${PV}.tgz \
file://gcc34.patch;patch=1"
S = "${WORKDIR}/TraceToolkit-0.9.5"
inherit autotools
EXTRA_OECONF = "--without-rtai \
--without-gtk"
|