]> code.ossystems Code Review - openembedded-core.git/commit
libc-package.bbclass: Use with to manage filehandle in do_spit_gconvs
authorOla x Nilsson <ola.x.nilsson@axis.com>
Mon, 21 Oct 2019 10:30:34 +0000 (12:30 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Oct 2019 15:26:14 +0000 (16:26 +0100)
commit35c65b7336c52c19810e3e9e87a36a8636ac4120
treeffe55af7c960373015a668dd0c033a02e1be1562
parenteb763856be8da854d37c7d4b8e8d645ab1d3fa06
libc-package.bbclass: Use with to manage filehandle in do_spit_gconvs

Tweak the write loop slightly to avoid dict lookups that can easily be
done in the for loop.

Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/libc-package.bbclass