From patchwork Mon Jun 25 08:47:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/1] small fix for DeployImageDialog Date: Mon, 25 Jun 2012 08:47:35 -0000 From: Kang Kai X-Patchwork-Id: 30615 Message-Id: To: Cc: Zhenfeng.Zhao@windriver.com Hi, There is a warning caused by using os.temp(). Use module tempfile to replace it. Regards, Kai The following changes since commit e0a70547069fe7e8a2d6bdaffc985fb172d46c31: perl: Allow perl to cross build and native build in a directory named "t" (2012-06-18 17:33:04 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/distro http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro Kang Kai (1): hig.py: use module tempfile to create temp file bitbake/lib/bb/ui/crumbs/hig.py | 20 ++++++++------------ 1 files changed, 8 insertions(+), 12 deletions(-)