1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Joshua Lock
2011-09-23 13:14:02 -07:00
committed by Richard Purdie
parent f159dfb628
commit 98a762009d
+1 -1
View File
@@ -328,7 +328,7 @@ class HobHandler(gobject.GObject):
return self.image_output_types
def get_image_deploy_dir(self):
return self.img_out_dir
return self.image_out_dir
def make_temp_dir(self):
bb.utils.mkdirhier(self.image_dir)