]> code.ossystems Code Review - openembedded-core.git/commit
insane.bbclass: allow fifos
authorTrevor Woerner <twoerner@gmail.com>
Thu, 24 Dec 2020 07:43:52 +0000 (02:43 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Dec 2020 13:57:16 +0000 (13:57 +0000)
commita7b1d22e93c8846d84a9855876038c2b38958dec
treea32159fed6e58930754832b63863cabf1bb766d7
parentc2d9612279fce9cbcb738913b2042949f692c4a5
insane.bbclass: allow fifos

Allow recipes to create fifos. If insane.bbclass tries to read() a fifo,
the process will hang waiting for something to read(). Therefore, skip any
check that would try to read() the object, if the object is a fifo.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass