On Wed, Mar 03, 2010 at 02:20:52PM +0100, Frans Meulenbroeks wrote:
> 2010/3/3 Antonio Ospite <[email protected]>:
> > A missing space in required_utilities makes OE ask to install md5sumsqemu.
> > Prepend the needed whitespace when appending to required_utilities.
> >
> > Signed-off-by: Antonio Ospite <[email protected]>
> > ---
> >  classes/sanity.bbclass |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/classes/sanity.bbclass b/classes/sanity.bbclass
> > index a78e8ed..ad5389e 100644
> > --- a/classes/sanity.bbclass
> > +++ b/classes/sanity.bbclass
> > @@ -95,7 +95,7 @@ def check_sanity(e):
> >                                missing = missing + "gcc-3.x (needed for 
> > qemu-native),"
> >
> >                if "qemu-native" in assume_provided:
> > -                       required_utilities += "qemu"
> > +                       required_utilities += " qemu"
> >
> >                try:
> >                        if os.path.exists("/proc/sys/vm/mmap_min_addr"):
> > --
> > 1.7.0
> >
> >
> 
> Acked-by: Frans Meulenbroeks <[email protected]>

What about that qemu-arm -> qemu change?
http://www.mail-archive.com/[email protected]/msg04276.html

Should I build unused qemu to make it with ASSUME_PROVIDED happy?

Regards,

-- 
uin:136542059                jid:[email protected]
Jansa Martin                 sip:[email protected] 
JaMa                         

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to