On 2015年07月28日 20:53, Burton, Ross wrote:

On 27 July 2015 at 02:01, Rongqing Li <rongqing...@windriver.com
<mailto:rongqing...@windriver.com>> wrote:

    I think we can merge this patch.

    I open a defect and submit this patch, as a result, noone knows
    what this line can fix.


    https://rt.perl.org/Public/Bug/Display.html?id=125603


Reading the bug it seems a more upstream-friendly fix (i.e. one that
they would also accept and have in fact asked for) would be to change
the regex to /\bblib\b/. This solves the problem of building in paths
that contain the substring "blib" *and* retains the intent of the logic.



it can not fix all issues to replace /blib/ with /\bblib\b/.

/\bblib\b/ will make the building path "/tmp/xxxxblibyy/" work.
but if the building path has sub-dir blib, it does not work,
like /tmp/blib/
since \b is anchor in perl

I have update the perl bug report

https://rt.perl.org/Public/Bug/Display.html?id=125603

-R

Ross

--
Best Reagrds,
Roy | RongQing Li
--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to