diff options
author | Raymond Danks <raymond@edanks.com> | 2006-05-31 22:40:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-31 22:40:35 +0000 |
commit | 887c13ac25b3e06d02382180f5e5b39e78f4112b (patch) | |
tree | 6a74718babf92659f5d44431929d6a9407bba56f /packages/ltt/ltt_0.9.6-pre4.bb | |
parent | 56ccded9df49f5e991aad6470058bfd06d19c483 (diff) |
ltt - Update to 0.9.6-pre4.
Diffstat (limited to 'packages/ltt/ltt_0.9.6-pre4.bb')
-rw-r--r-- | packages/ltt/ltt_0.9.6-pre4.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/ltt/ltt_0.9.6-pre4.bb b/packages/ltt/ltt_0.9.6-pre4.bb new file mode 100644 index 0000000000..d17d90d430 --- /dev/null +++ b/packages/ltt/ltt_0.9.6-pre4.bb @@ -0,0 +1,21 @@ +SECTION = "devel" +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/ltt-${PV}.tar.bz2 \ + file://m4.patch;patch=1" + +inherit autotools + +INHIBIT_PACKAGE_STRIP = "1" + +EXTRA_OECONF = "--without-rtai \ + --without-gtk" + +do_configure () { + rm -f ${S}/acinclude.m4 + autotools_do_configure +} |