blob: 1349ececf9fbfd9dd281a792429697aa416d96cf (
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://${FILESDIR}/gcc34.patch;patch=1"
S = "${WORKDIR}/TraceToolkit-0.9.5"
inherit autotools
EXTRA_OECONF = "--without-rtai \
--without-gtk"
|