* [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
* Re: [PATCH] fix typo in bitbake
2011-07-01 16:43 [PATCH] fix typo in bitbake Darren Hart
@ 2011-07-01 16:50 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2011-07-01 16:50 UTC (permalink / raw)
To: Darren Hart; +Cc: bitbake-devel
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@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
^ permalink raw reply [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.