]> code.ossystems Code Review - openembedded-core.git/commit
useradd_base.bbclass: remove flock option '-w'
authorKai Kang <kai.kang@windriver.com>
Tue, 12 Apr 2016 06:24:03 +0000 (14:24 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Apr 2016 09:58:27 +0000 (10:58 +0100)
commit5cf97364685bfb86c6eeaffcebcad62ba9f93ee4
treedd9869330de656cadab578c3a48a5c90aef4621c
parent9bc3a29ef14d12f439dece287454af8966d47062
useradd_base.bbclass: remove flock option '-w'

Option '-w 100' of flock is failsafe to finish if dead lock occurs. It
should be impossible to occur dead lock. And option '-w' is not
supported by busybox, so remove it.

[YOCTO #9371]

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/useradd_base.bbclass