All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix typo in bitbake
@ 2011-07-01 16:43 Darren Hart
  2011-07-01 16:50 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Darren Hart @ 2011-07-01 16:43 UTC (permalink / raw)
  To: bitbake-devel

Patch from the car over 3g hotspot... quick, before it goes down...
please feel free to cleanup, change the comment, whatever.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 bitbake/bin/bitbake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 2564e97..c71c2d4 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -202,7 +202,7 @@ Default BBFILES are the .bb files in the current
directory.""")
     # of the UIs (e.g. for DISPLAY, etc.)
     bb.utils.clean_environment()

-    server = server.BitBakeServer(
+    server = server.BitBakeServer()

     server.initServer()
     idle = server.getServerIdleCB()
-- 
1.7.1
-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel



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

end of thread, other threads:[~2011-07-01 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01 16:43 [PATCH] fix typo in bitbake Darren Hart
2011-07-01 16:50 ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.