summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-04-11 19:02:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-12 08:11:30 +0100
commit376bf4a39063c2a936d20e8269c4b7681242c1fa (patch)
tree9375052253c8d8434d868c2e131dd7bcf0032636 /bitbake/lib
parent0923ee40ae59133c91a95e0727eb1ab95aca13b8 (diff)
downloadast2050-yocto-poky-376bf4a39063c2a936d20e8269c4b7681242c1fa.zip
ast2050-yocto-poky-376bf4a39063c2a936d20e8269c4b7681242c1fa.tar.gz
builder: fix missing \ for if continuation
(Bitbake rev: f44f12b812d246da994519bc39789bf2dcfbac4b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/builder.py b/bitbake/lib/bb/ui/crumbs/builder.py
index d8d0987..10b9a77 100755
--- a/bitbake/lib/bb/ui/crumbs/builder.py
+++ b/bitbake/lib/bb/ui/crumbs/builder.py
@@ -972,7 +972,7 @@ class Builder(gtk.Window):
tmp_path = self.parameters.tmpdir
cmdline = bb.ui.crumbs.utils.which_terminal()
if os.path.exists(image_path) and os.path.exists(kernel_path) \
- and os.path.exists(source_env_path) and os.path.exists(tmp_path)
+ and os.path.exists(source_env_path) and os.path.exists(tmp_path) \
and cmdline:
cmdline += "\' bash -c \"export OE_TMPDIR=" + tmp_path + "; "
cmdline += "source " + source_env_path + " " + os.getcwd() + "; "
OpenPOWER on IntegriCloud