All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] glib: Drop dbus dependency, it isn't useful
Date: Sat, 25 Feb 2012 22:57:50 +0000	[thread overview]
Message-ID: <1330210670.13788.56.camel@ted> (raw)
In-Reply-To: <20120225191607.GQ3769@jama.jama.net>

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.purdie@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




  reply	other threads:[~2012-02-25 23:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-25 15:57 [PATCH] glib: Drop dbus dependency, it isn't useful Richard Purdie
2012-02-25 19:16 ` Martin Jansa
2012-02-25 22:57   ` Richard Purdie [this message]
2012-02-26 12:30 ` Colin Walters
2012-02-26 12:32   ` Colin Walters

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1330210670.13788.56.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.