Re: [yocto] [PATCH][meta-selinux] findutils/gnulib:drop the error output of 'ls' command

2015-08-07 Thread Joe MacDonald
[Re: [yocto] [PATCH][meta-selinux] findutils/gnulib:drop the error output of 'ls' command] On 15.07.24 (Fri 16:51) wenzong fan wrote: > Ping ... This one clearly got lost in the mail somewhere (I'm working on making sure that doesn't happen anymore) but it also doesn&#

Re: [yocto] [PATCH][meta-selinux] findutils/gnulib:drop the error output of 'ls' command

2015-07-24 Thread wenzong fan
Ping ... On 04/02/2015 10:26 AM, rongqing...@windriver.com wrote: From: Roy Li The ls command is used to check if the file exists, and it is normal that the checked file does not exist, so drop the ls error ouput: ls: cannot access ./doc/fdl.texi: No such file or directory Signed-off

Re: [yocto] [PATCH][meta-selinux] findutils/gnulib:drop the error output of 'ls' command

2015-07-07 Thread wenzong fan
Ping... On 04/02/2015 10:26 AM, rongqing...@windriver.com wrote: From: Roy Li The ls command is used to check if the file exists, and it is normal that the checked file does not exist, so drop the ls error ouput: ls: cannot access ./doc/fdl.texi: No such file or directory Signed-off-

[yocto] [PATCH][meta-selinux] findutils/gnulib:drop the error output of 'ls' command

2015-04-01 Thread rongqing.li
From: Roy Li The ls command is used to check if the file exists, and it is normal that the checked file does not exist, so drop the ls error ouput: ls: cannot access ./doc/fdl.texi: No such file or directory Signed-off-by: Roy Li --- .../drop-the-error-output-of-ls-command.patch