Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Make useradd-staticids.bbclass Python 3 compatible
@ 2016-06-09 23:07 Peter Kjellerstedt
  2016-06-09 23:07 ` [PATCH 1/1] useradd-staticids.bbclass: Make sure opened files are closed Peter Kjellerstedt
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Kjellerstedt @ 2016-06-09 23:07 UTC (permalink / raw)
  To: openembedded-core

Avoid warnings with Python 3 due to files that are not closed in
useradd-staticids.bbclass.

//Peter

The following changes since commit 40e789d1fee7f0df2d23230fff38325119ad2935:

  bitbake: lib/bb/main.py: Fix use of BBPOSTCONF and BBPRECONF (2016-06-09 18:00:58 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib pkj/useradd-staticids-py3
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/useradd-staticids-py3

Peter Kjellerstedt (1):
  useradd-staticids.bbclass: Make sure opened files are closed

 meta/classes/useradd-staticids.bbclass | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

-- 
2.8.3



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

end of thread, other threads:[~2016-06-16 13:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-09 23:07 [PATCH 0/1] Make useradd-staticids.bbclass Python 3 compatible Peter Kjellerstedt
2016-06-09 23:07 ` [PATCH 1/1] useradd-staticids.bbclass: Make sure opened files are closed Peter Kjellerstedt
2016-06-16 13:07   ` George McCollister

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox