Hello Paul,

> -----Original Message-----
> From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com]
> Sent: Wednesday, July 03, 2013 9:38 PM
> To: Liu Ting-B28495
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [oe-core][PATCH] qemu: use PACKAGECONFIG to
> address libaio/attr/libcap dependencies
> 
> Hi Ting,
> 
> On Wednesday 03 July 2013 17:45:10 b28...@freescale.com wrote:
> > From: Ting Liu <b28...@freescale.com>
> >
> > Move to using the PACKAGECONFIG mechanism to select configure options
> > and dependencies. Without this the system will attempt to discover
> > various dependencies, and sometimes does so incorrectly.
> >
> > Signed-off-by: Ting Liu <b28...@freescale.com>
> > ---
> >  meta/recipes-devtools/qemu/qemu.inc |    2 ++
> >  1 files changed, 2 insertions(+), 0 deletions(-)
> >
> > diff --git a/meta/recipes-devtools/qemu/qemu.inc
> > b/meta/recipes-devtools/qemu/qemu.inc index 7caef6e..8be3890 100644
> > --- a/meta/recipes-devtools/qemu/qemu.inc
> > +++ b/meta/recipes-devtools/qemu/qemu.inc
> > @@ -84,6 +84,8 @@ do_install_append() {  # END of qemu-mips workaround
> >
> >  PACKAGECONFIG ??= ""
> > +PACKAGECONFIG[virtfs] = "--enable-virtfs
> > --enable-attr,--disable-virtfs,libcap attr,"
> > +PACKAGECONFIG[libaio] =
> > "--enable-linux-aio,--disable-linux-aio,libaio,"
> 
> The latter should be "aio" and not "libaio" (since "aio" is the feature
> being enabled/disabled).

Good catch. Patch v2 sent out. Thanks.

-Ting

> 
> Cheers,
> Paul
> 
> --
> 
> Paul Eggleton
> Intel Open Source Technology Centre


_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to