aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ltt/ltt_0.9.5a.oe14
1 files changed, 14 insertions, 0 deletions
diff --git a/ltt/ltt_0.9.5a.oe b/ltt/ltt_0.9.5a.oe
index e69de29bb2..1349ececf9 100644
--- a/ltt/ltt_0.9.5a.oe
+++ b/ltt/ltt_0.9.5a.oe
@@ -0,0 +1,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"