]> code.ossystems Code Review - openembedded-core.git/commit
sanity.bbclass: Use open(), not file()
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 May 2013 12:56:01 +0000 (13:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 May 2013 13:04:18 +0000 (14:04 +0100)
commitb2d10f15db23246e3957b69d77433f87674928bb
treec3233063c1ed7ee2115c2052a1e41f3c2b09e936
parentfafeb381c48291fa65c634c01c244843c8d7fad3
sanity.bbclass: Use open(), not file()

file() syntax is removed in python 3, use open() instead.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sanity.bbclass