* Heads up: _remove in recipe namespace - check your layers
@ 2013-09-02 9:54 Paul Eggleton
2013-09-02 21:41 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2013-09-02 9:54 UTC (permalink / raw)
To: openembedded-core, openembedded-devel, Koen Kooi, Chase Maupin,
Denys Dmytriyenko
Hi all,
With the recent addition of a _remove operator into BitBake in master [1] any
use of _remove_ within a name or _remove at the end of a name within recipe
namespace (i.e. function and variable names) needs to be changed to avoid
unexpected behaviour. This change is now in master and will be in the upcoming
release. Please check the layers you maintain and change any instances of
these to avoid the use of _remove. You can use the following command to find
these (of course ignoring anything that's not in a recipe, bbclass, inc file
etc.):
git grep _remove[^a-zA-Z]
In particular I've checked a number of layers that I have fetched locally, and
references exist in meta-arago-distro and meta-angstrom, so these will need to
be fixed as soon as possible.
Cheers,
Paul
[1]
http://cgit.openembedded.org/bitbake/commit/?id=9c91948e10df278dad4832487fa56888cd58d187
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Heads up: _remove in recipe namespace - check your layers
2013-09-02 9:54 Heads up: _remove in recipe namespace - check your layers Paul Eggleton
@ 2013-09-02 21:41 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2013-09-02 21:41 UTC (permalink / raw)
To: openembedded-core, openembedded-devel
On Mon, Sep 02, 2013 at 10:54:20AM +0100, Paul Eggleton wrote:
> Hi all,
>
> With the recent addition of a _remove operator into BitBake in master [1] any
> use of _remove_ within a name or _remove at the end of a name within recipe
> namespace (i.e. function and variable names) needs to be changed to avoid
> unexpected behaviour. This change is now in master and will be in the upcoming
> release. Please check the layers you maintain and change any instances of
> these to avoid the use of _remove. You can use the following command to find
> these (of course ignoring anything that's not in a recipe, bbclass, inc file
> etc.):
>
> git grep _remove[^a-zA-Z]
>
> In particular I've checked a number of layers that I have fetched locally, and
> references exist in meta-arago-distro and meta-angstrom, so these will need to
> be fixed as soon as possible.
Paul,
Thanks for the heads up! While meta-arago is currently based on Dylan, I've
made the necessary change in my layer so it will be ready for the master.
Thanks.
--
Denys
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-02 21:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-02 9:54 Heads up: _remove in recipe namespace - check your layers Paul Eggleton
2013-09-02 21:41 ` Denys Dmytriyenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox