diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-09-23 13:14:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-26 19:35:23 +0100 |
commit | bb351c2f41e67f598515a8e7cd5d5b832eaaabba (patch) | |
tree | 1dfeda9e5cf9f6344d0f268fcae1f49a2489e93d /bitbake/lib/bb/ui | |
parent | bed552f8d0d1bd29d93f58228831e25c278236f2 (diff) | |
download | poky-bb351c2f41e67f598515a8e7cd5d5b832eaaabba.tar.gz |
ui/crumbs/hobeventhandler: fix variable name typo
(Bitbake rev: f7d0560307707fe10bf80820f1e6ae300864f915)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py index 44dc4accea..ddab987ca8 100644 --- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py +++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py | |||
@@ -328,7 +328,7 @@ class HobHandler(gobject.GObject): | |||
328 | return self.image_output_types | 328 | return self.image_output_types |
329 | 329 | ||
330 | def get_image_deploy_dir(self): | 330 | def get_image_deploy_dir(self): |
331 | return self.img_out_dir | 331 | return self.image_out_dir |
332 | 332 | ||
333 | def make_temp_dir(self): | 333 | def make_temp_dir(self): |
334 | bb.utils.mkdirhier(self.image_dir) | 334 | bb.utils.mkdirhier(self.image_dir) |