On Tue, Aug 26, 2014 at 12:51:49PM +0200, Martin Jansa wrote: > On Mon, Aug 25, 2014 at 03:57:42PM -0700, Christopher Larson wrote: > > From: Christopher Larson <chris_lar...@mentor.com> > > > > Signed-off-by: Christopher Larson <chris_lar...@mentor.com> > > --- > > meta/classes/sanity.bbclass | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass > > index dbcc26b..7cfc4be 100644 > > --- a/meta/classes/sanity.bbclass > > +++ b/meta/classes/sanity.bbclass > > @@ -759,7 +759,7 @@ def check_sanity_everybuild(status, d): > > 'git://', 'gitsm://', 'hg://', 'osc://', 'p4://', 'svk://', > > 'svn://', \ > > 'bzr://', 'cvs://'] > > for mir_type in mir_types: > > - mirros = (d.getVar(mir_type, True) or '').split('\\n') > > + mirros = (d.getVar(mir_type, True) or '').replace('\\n', > > '\n').split('\n') > > Would you mind fixing the typo in variable name as well?
Nevermind, it's refactored in 3/3, sorry for noise. > > for mir in mirros: > > mir_list = mir.split() > > # Should be two members. > > -- > > 1.8.3.4 > > > > -- > > _______________________________________________ > > Openembedded-core mailing list > > Openembedded-core@lists.openembedded.org > > http://lists.openembedded.org/mailman/listinfo/openembedded-core > > -- > Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core