diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2015-01-27 13:35:23 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 15:36:50 +0000 |
commit | 14ef8b98bb581cee7518b668ba43c1240ae82d8b (patch) | |
tree | 4d81fbd383bb7d75ea3458eb2f2144a1ef875bf3 /scripts | |
parent | 2b7d3110fc8e7c406cf3e14a3a122de3b22a2a73 (diff) | |
download | poky-14ef8b98bb581cee7518b668ba43c1240ae82d8b.tar.gz |
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]
(From OE-Core rev: 4ef8cc01906833847386fd441d87a89cbdda7e25)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions