diff options
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 +} |