On Sat, 2012-02-25 at 20:16 +0100, Martin Jansa wrote: > On Sat, Feb 25, 2012 at 03:57:26PM +0000, Richard Purdie wrote: > > dbus is only needed for some of the glib tests which we don't use. We can > > therefore drop the dependency and gain some small parallelism gains. > > > > Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org> > > --- > > diff --git a/meta-yocto/conf/distro/poky-tiny.conf > > b/meta-yocto/conf/distro/poky-tiny.conf > > index 411347a..5d1d67a 100644 > > --- a/meta-yocto/conf/distro/poky-tiny.conf > > +++ b/meta-yocto/conf/distro/poky-tiny.conf > > @@ -108,3 +108,5 @@ IMAGE_FSTYPES = "ext2 cpio.gz" > > # variants of all compatible machines, but that leads to a lot > > # more machine configs to maintain long term. > > MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "" > > + > > +ASSUME_PROVIDED += "pkgconfig$" > > ^^ this doesn't seem related to this patch and what's meaning of trailing $, > or just typo?
Right, sorry about that, its a piece of a different patch. ASSUME_PROVIDED takes regexps and without that it would match pkgconfig-native too so its not a typo. Cheers, Richard _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core