From: Michael Lauer Date: Tue, 11 May 2004 20:25:44 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~19211 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccd26739f17d32f90434c677e48f1b6ed13b37c8;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/05/11 22:25:37+02:00 uni-frankfurt.de!mickey fix syntax error in untested package :D BKrev: 40a136c8NNBgi5v6JYcHAhBt5WF-nQ --- 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 " + +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"