11 May 2012 02:18
Re: [PATCH 1/1] sstate.bbclass: Improve sstate_installpkg performance
On Thu, 2012-05-10 at 19:03 -0500, Peter Seebach wrote: > On Thu, 10 May 2012 18:13:38 -0500 > Mark Hatle <mark.hatle@...> wrote: > > > + sstate_hardcode_cmd = "sed -e 's:^:%s:g' %s | xargs %s" % > > (sstateinst, fixmefn, sstate_sed_cmd) > > How confident are we that the file names can never have whitespace in > them? Fairly since there are 101 other places this would have broken first. The day autotools thinks about supporting that, we might start to think about it too. Until then there is little point in worrying about it. Cheers, Richard
RSS Feed