[OE-core] [PATCH] oe.types: add 'path' type

Chris Larson kergoth at gmail.com
Tue Aug 20 15:45:56 UTC 2013


On Tue, Aug 20, 2013 at 8:23 AM, Otavio Salvador <otavio at ossystems.com.br>wrote:

> On Mon, Aug 19, 2013 at 11:48 PM, Christopher Larson <kergoth at gmail.com>
> wrote:
> > From: Christopher Larson <chris_larson at mentor.com>
> >
> > - path normalization ('normalize' flag, defaults to enabled)
> > - existence verification for paths we know should exist ('mustexist'
> flag)
> > - supports clean handling of relative paths ('relativeto' flag)
> >
> > Signed-off-by: Christopher Larson <chris_larson at mentor.com>
>
> Great addition :-)
>
> > ---
> >  meta/lib/oe/types.py | 18 ++++++++++++++++++
> >  1 file changed, 18 insertions(+)
> >
> > diff --git a/meta/lib/oe/types.py b/meta/lib/oe/types.py
> > index 5dac9de..7f47c17 100644
> > --- a/meta/lib/oe/types.py
> > +++ b/meta/lib/oe/types.py
> > @@ -1,4 +1,7 @@
> > +import errno
> >  import re
> > +import os
> > +
>
> No need for another new and empty line here.
>
> Rest of code looks alright :-)


Good call, will tweak slightly and re-submit. Thanks for the review.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20130820/053aabc9/attachment-0002.html>


More information about the Openembedded-core mailing list