Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] autobuild-run: also check for timeout
@ 2014-09-08 20:17 Peter Korsgaard
  2014-09-08 20:21 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2014-09-08 20:17 UTC (permalink / raw)
  To: buildroot

Timeout is part of coreutils since v8, so older distributions don't have it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 scripts/autobuild-run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/autobuild-run b/scripts/autobuild-run
index d9f55f3..496f941 100755
--- a/scripts/autobuild-run
+++ b/scripts/autobuild-run
@@ -87,7 +87,7 @@ def check_version():
 
 def check_requirements(http_login, http_password):
     devnull = open(os.devnull, "w")
-    needed_progs = ["make", "git", "gcc"]
+    needed_progs = ["make", "git", "gcc", "timeout"]
     missing_requirements = False
 
     if http_login and http_password:
-- 
2.0.0

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

end of thread, other threads:[~2014-09-08 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-08 20:17 [Buildroot] [PATCH] autobuild-run: also check for timeout Peter Korsgaard
2014-09-08 20:21 ` Thomas Petazzoni

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