]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
udev-cache: avoid using '-L' for stat ChenQi/udev-cache-stat
authorChen Qi <Qi.Chen@windriver.com>
Tue, 27 Jan 2015 05:23:37 +0000 (13:23 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Tue, 27 Jan 2015 05:32:15 +0000 (13:32 +0800)
commitc15af3e02cb5027fb7eb2aaebf72a5f2bf016d23
tree7f8f574e82b55b59bc09037d26eaf0eef9888e2b
parent24f19fedb40d0af84beb8e9a6595ea06f09d4615
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>
meta/recipes-core/udev/udev/init
meta/recipes-core/udev/udev/udev-cache