[oe] [PATCH] sanity.bbclass: Fix a typo in required_utilities.

Martin Jansa martin.jansa at gmail.com
Wed Mar 3 13:31:22 UTC 2010


On Wed, Mar 03, 2010 at 02:20:52PM +0100, Frans Meulenbroeks wrote:
> 2010/3/3 Antonio Ospite <ospite at studenti.unina.it>:
> > 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 <ospite at studenti.unina.it>
> > ---
> >  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 <fransmeulenbroeks at gmail.com>

What about that qemu-arm -> qemu change?
http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg04276.html

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

Regards,

-- 
uin:136542059                jid:Martin.Jansa at gmail.com
Jansa Martin                 sip:jamasip at voip.wengo.fr 
JaMa                         




More information about the Openembedded-devel mailing list