From: Darren Hart <dvhart@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH] fix typo in bitbake
Date: Fri, 01 Jul 2011 09:43:58 -0700 [thread overview]
Message-ID: <4E0DF94E.5010301@linux.intel.com> (raw)
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
next reply other threads:[~2011-07-01 16:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-01 16:43 Darren Hart [this message]
2011-07-01 16:50 ` [PATCH] fix typo in bitbake Richard Purdie
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=4E0DF94E.5010301@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=bitbake-devel@lists.openembedded.org \
/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.