From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Darren Hart <dvhart@linux.intel.com>
Cc: bitbake-devel@lists.openembedded.org
Subject: Re: [PATCH] fix typo in bitbake
Date: Fri, 01 Jul 2011 17:50:31 +0100 [thread overview]
Message-ID: <1309539031.20015.532.camel@rex> (raw)
In-Reply-To: <4E0DF94E.5010301@linux.intel.com>
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
prev parent reply other threads:[~2011-07-01 16:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-01 16:43 [PATCH] fix typo in bitbake Darren Hart
2011-07-01 16:50 ` Richard Purdie [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1309539031.20015.532.camel@rex \
--to=richard.purdie@linuxfoundation.org \
--cc=bitbake-devel@lists.openembedded.org \
--cc=dvhart@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.