]> code.ossystems Code Review - openembedded-core.git/commit
udev-cache: avoid using '-L' for stat
authorChen Qi <Qi.Chen@windriver.com>
Tue, 27 Jan 2015 05:35:23 +0000 (13:35 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Jan 2015 10:37:52 +0000 (10:37 +0000)
commit4ef8cc01906833847386fd441d87a89cbdda7e25
tree0b8f1ffc1f4940532e12246168fefb0d45615777
parent43424eb3c8bf03a2f9ec331b78dd4040dd39eacd
udev-cache: avoid using '-L' for stat

stat command from stat package doesn't support '-L' option, so avoid
using it to get rid of boot errors like below.

Populating dev cache
stat: invalid option -- 'L'
Usage: stat [-l] [-f] [-s] [-v] [-h] [-t] [-c format] file1 [file2 ...]

[YOCTO #7210]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/udev/udev/init
meta/recipes-core/udev/udev/udev-cache