Re: [OE-core] [PATCH] useradd-staticids.bbclass: catch missing uid/gid exceptions

2016-10-21 Thread Christopher Larson
On Fri, Oct 21, 2016 at 12:05 AM, Mikko Ylinen wrote: > The change to get rid of FuncFailed exceptions changed the behavior > of how missing uid/gid error are be handled. Instead of catching > the exception and handling that via bb.parse.SkipPackage(), a fatal > error was called. > > This won't w

[OE-core] [PATCH] useradd-staticids.bbclass: catch missing uid/gid exceptions

2016-10-21 Thread Mikko Ylinen
The change to get rid of FuncFailed exceptions changed the behavior of how missing uid/gid error are be handled. Instead of catching the exception and handling that via bb.parse.SkipPackage(), a fatal error was called. This won't work with recipes that are unused and therefore do not have UID/GIDs