Re: [OE-core] [PATCH 1/2] kernel-yocto: Fix case where recipe is always reparsed

2011-07-06 Thread Bruce Ashfield
On Tue, Jul 5, 2011 at 12:45 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: If you include a bitbake variable as a comment in a shell function then it gets expanded by the bitbake signature handling code. This could be classed as a bug or a feature depending on your viewpoint

[OE-core] [PATCH 1/2] kernel-yocto: Fix case where recipe is always reparsed

2011-07-05 Thread Richard Purdie
If you include a bitbake variable as a comment in a shell function then it gets expanded by the bitbake signature handling code. This could be classed as a bug or a feature depending on your viewpoint (e.g. a multiline variable included in a comment could actually contain executable code). Since