[poky] llvm build regression caused by [71cc9de357484c469cc3a46f013b11c84c924aa0] bitbake: Fix script location after mishandled merge
Richard Purdie
richard.purdie at linuxfoundation.org
Mon Aug 6 06:11:32 PDT 2012
On Sat, 2012-08-04 at 14:15 -0700, Khem Raj wrote:
> Actually I pasted wrong commit
>
> Problem is due to
>
>
> commit 9df0a20d9562322162676ed2606bf4b0a1bd6726
> Author: Richard Purdie <richard.purdie at linuxfoundation.org>
> Date: Fri Aug 3 10:24:32 2012 +0100
>
> bitbake: data_smart: Fix unanchored regexp causing strange parsing issue
>
> If this regular expression is unanchored, it would accept strings like:
>
> do_install_append1
> do_install_appendsomelongstring
>
> and treat them like they were do_install_append. Clearly this
> isn't desirable.
> Only one instance of this type of issue was found in OE-Core and
> has been fixed
> so correcting the regexp should be safe to do.
>
> (Bitbake rev: 23bd5300b4a99218a15f4f6b0ab4091d63a602a5)
>
> Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
>
Have a look through the recipes and see if there is anything doing:
xxxx_append<something here>
and remove the <something here>.
Cheers,
Richard
More information about the poky
mailing list