From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Sj57P-0007Kr-Gp for bitbake-devel@lists.openembedded.org; Mon, 25 Jun 2012 10:57:59 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail1.windriver.com (8.14.3/8.14.3) with ESMTP id q5P8l7uF029911 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 25 Jun 2012 01:47:07 -0700 (PDT) Received: from localhost.localdomain (128.224.162.164) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.1.255.0; Mon, 25 Jun 2012 01:47:07 -0700 From: Kang Kai To: Date: Mon, 25 Jun 2012 16:47:35 +0800 Message-ID: X-Mailer: git-send-email 1.7.5.4 MIME-Version: 1.0 X-Originating-IP: [128.224.162.164] Cc: Zhenfeng.Zhao@windriver.com Subject: [PATCH 0/1] small fix for DeployImageDialog X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2012 08:57:59 -0000 Content-Type: text/plain 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