[OE-core] [PATCH 1/1] ptest-runner: trivial fixes and refine

Björn Stenberg bjst at enea.com
Tue Sep 17 13:35:46 UTC 2013


Chris Larson wrote:
> On Wed, Sep 11, 2013 at 2:17 AM, <rongqing.li at windriver.com> wrote:
> 
> > +    for x in `find -L ./ -name run-ptest -type f -perm /u+x,g+x`
> > +    do
> >
> 
> As far as I can tell, busybox find doesn't support -L, so this adds an
> implicit, undeclared dependency upon findutils.

That is correct. Busybox find does however support -follow, which in turn GNU find does not...

-- 
Björn



More information about the Openembedded-core mailing list