aboutsummaryrefslogtreecommitdiffstats
path: root/ltt
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-26 22:37:41 +0000
committerChris Larson <clarson@kergoth.com>2004-05-26 22:37:41 +0000
commitb2e57ee137495a0bf6bf5b125845732dea5c14d2 (patch)
tree76b8a76b98b44dcabd3487920bb2cc919b7f5555 /ltt
parent65ce7ed9ccc9d42a11e199a9981eff2f931ff1c0 (diff)
downloadopenembedded-b2e57ee137495a0bf6bf5b125845732dea5c14d2.tar.gz
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages 2004/05/26 17:35:06-05:00 (none)!kergoth Merge siasl.dyndns.org:code/packages into odin.(none):/home/kergoth/code/packages 2004/05/26 17:34:45-05:00 (none)!kergoth Upgrade LTT user tools from 0.9.5a to 0.9.6-pre2. BKrev: 40b51c35FrFQ96wqKgf95M68XJ0jQQ
Diffstat (limited to 'ltt')
-rw-r--r--ltt/ltt-0.9.5a+0.9.6pre2/gcc34.patch (renamed from ltt/ltt-0.9.5a/gcc34.patch)0
-rw-r--r--ltt/ltt-0.9.5a+0.9.6pre2/m4.patch0
-rw-r--r--ltt/ltt_0.9.5a+0.9.6pre2.oe0
-rw-r--r--ltt/ltt_0.9.5a.oe14
4 files changed, 0 insertions, 14 deletions
diff --git a/ltt/ltt-0.9.5a/gcc34.patch b/ltt/ltt-0.9.5a+0.9.6pre2/gcc34.patch
index e69de29bb2..e69de29bb2 100644
--- a/ltt/ltt-0.9.5a/gcc34.patch
+++ b/ltt/ltt-0.9.5a+0.9.6pre2/gcc34.patch
diff --git a/ltt/ltt-0.9.5a+0.9.6pre2/m4.patch b/ltt/ltt-0.9.5a+0.9.6pre2/m4.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/ltt/ltt-0.9.5a+0.9.6pre2/m4.patch
diff --git a/ltt/ltt_0.9.5a+0.9.6pre2.oe b/ltt/ltt_0.9.5a+0.9.6pre2.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/ltt/ltt_0.9.5a+0.9.6pre2.oe
diff --git a/ltt/ltt_0.9.5a.oe b/ltt/ltt_0.9.5a.oe
deleted file mode 100644
index 19ef36dbeb..0000000000
--- a/ltt/ltt_0.9.5a.oe
+++ /dev/null
@@ -1,14 +0,0 @@
-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"