All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] small fix for DeployImageDialog
@ 2012-06-25  8:47 Kang Kai
  2012-06-25  8:47 ` [PATCH 1/1] hig.py: use module tempfile to create temp file Kang Kai
  0 siblings, 1 reply; 2+ messages in thread
From: Kang Kai @ 2012-06-25  8:47 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Zhenfeng.Zhao

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(-)

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-25  8:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-25  8:47 [PATCH 0/1] small fix for DeployImageDialog Kang Kai
2012-06-25  8:47 ` [PATCH 1/1] hig.py: use module tempfile to create temp file Kang Kai

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.