Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/ltt
@ 2009-02-02  7:20 ulf at uclibc.org
  2009-02-02 12:24 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: ulf at uclibc.org @ 2009-02-02  7:20 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-02-02 07:20:54 +0000 (Mon, 02 Feb 2009)
New Revision: 25216

Log:
Mark ltt as broken (all versions of tarball removed from SITE), package obsolete

Modified:
   trunk/buildroot/package/ltt/Config.in


Changeset:
Modified: trunk/buildroot/package/ltt/Config.in
===================================================================
--- trunk/buildroot/package/ltt/Config.in	2009-02-02 07:19:31 UTC (rev 25215)
+++ trunk/buildroot/package/ltt/Config.in	2009-02-02 07:20:54 UTC (rev 25216)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LTT
 	bool "LTT (Linux Trace Toolkit)"
-	depends on BR2_DEPRECATED
+	depends on BROKEN
 	help
 	  A suite of tools designed to extract program execution
 	  details from the Linux operating system and interpret them.

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/ltt
@ 2009-01-26  0:14 ulf at uclibc.org
  0 siblings, 0 replies; 4+ messages in thread
From: ulf at uclibc.org @ 2009-01-26  0:14 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-26 00:14:19 +0000 (Mon, 26 Jan 2009)
New Revision: 25038

Log:
Deprecate ltt, package is obsolete and replaced by ltt-ng

Modified:
   trunk/buildroot/package/ltt/Config.in


Changeset:
Modified: trunk/buildroot/package/ltt/Config.in
===================================================================
--- trunk/buildroot/package/ltt/Config.in	2009-01-26 00:13:29 UTC (rev 25037)
+++ trunk/buildroot/package/ltt/Config.in	2009-01-26 00:14:19 UTC (rev 25038)
@@ -1,7 +1,10 @@
 config BR2_PACKAGE_LTT
 	bool "LTT (Linux Trace Toolkit)"
+	depends on BR2_DEPRECATED
 	help
 	  A suite of tools designed to extract program execution
 	  details from the Linux operating system and interpret them.
 
 	  http://www.opersys.com/LTT/
+	  The package is obsolete and has been replaced by ltt-ng
+

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/ltt
@ 2006-12-13  7:19 andersen at uclibc.org
  0 siblings, 0 replies; 4+ messages in thread
From: andersen at uclibc.org @ 2006-12-13  7:19 UTC (permalink / raw)
  To: buildroot

Author: andersen
Date: 2006-12-12 23:19:58 -0800 (Tue, 12 Dec 2006)
New Revision: 16873

Log:
fix broken shell fragment


Modified:
   trunk/buildroot/package/ltt/ltt.mk


Changeset:
Modified: trunk/buildroot/package/ltt/ltt.mk
===================================================================
--- trunk/buildroot/package/ltt/ltt.mk	2006-12-13 06:59:34 UTC (rev 16872)
+++ trunk/buildroot/package/ltt/ltt.mk	2006-12-13 07:19:58 UTC (rev 16873)
@@ -29,7 +29,7 @@
 	touch $(LTT_DIR1)/.unpacked
 
 # Build without GTK if not available
-LTT_WITHOUT_GTK:=$(shell which gtk-config >& /dev/null || echo "--without-gtk")
+LTT_WITHOUT_GTK:=$(shell which gtk-config > /dev/null 2>&1 || echo "--without-gtk")
 
 $(LTT_DIR1)/.configured: $(LTT_DIR1)/.unpacked
 	(cd $(LTT_DIR1); rm -rf config.cache; \

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-02-02 12:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-02  7:20 [Buildroot] svn commit: trunk/buildroot/package/ltt ulf at uclibc.org
2009-02-02 12:24 ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2009-01-26  0:14 ulf at uclibc.org
2006-12-13  7:19 andersen at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox