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

Richard Purdie richard.purdie at linuxfoundation.org
Fri Jul 1 16:50:31 UTC 2011


On Fri, 2011-07-01 at 09:43 -0700, Darren Hart wrote:
> Patch from the car over 3g hotspot... quick, before it goes down...
> please feel free to cleanup, change the comment, whatever.

I've already pushed something similar, thanks.

Somehow the patch manipulation tools broke the patch. The correct
version made it into bitbake :/.

Cheers,

Richard

> 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






More information about the bitbake-devel mailing list