[bitbake-devel] [PATCH] fix typo in bitbake

Darren Hart dvhart at linux.intel.com
Fri Jul 1 16:43:58 UTC 2011


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 at 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




More information about the bitbake-devel mailing list