Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Michael Smith <msmith@cbnco.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH resend 2/4] base.bbclass: add make-native to default dependencies
Date: Fri, 15 Oct 2010 09:40:06 -0400	[thread overview]
Message-ID: <4CB859B6.6030603@cbnco.com> (raw)
In-Reply-To: <1286545200-15699-2-git-send-email-msmith@cbnco.com>

ping

Michael Smith wrote:
> This should work around package incompatibilities with whatever version
> of make is installed on the build system.
> 
> Signed-off-by: Michael Smith <msmith@cbnco.com>
> ---
>  classes/base.bbclass |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/classes/base.bbclass b/classes/base.bbclass
> index 964fe1c..2e49a3c 100644
> --- a/classes/base.bbclass
> +++ b/classes/base.bbclass
> @@ -71,7 +71,8 @@ def base_deps(d):
>  	if not bb.data.getVar('INHIBIT_DEFAULT_DEPS', d):
>  		if (bb.data.getVar('HOST_SYS', d, 1) !=
>  	     	    bb.data.getVar('BUILD_SYS', d, 1)):
> -			deps += " virtual/${TARGET_PREFIX}gcc virtual/libc "
> +			deps += (" virtual/${TARGET_PREFIX}gcc virtual/libc "
> +				"make-native")
>  		elif bb.data.inherits_class('native', d) and \
>  				bb.data.getVar('PN', d, True) not in \
>  				("linux-libc-headers-native", "quilt-native",




  reply	other threads:[~2010-10-15 13:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-08 13:39 [PATCH resend 1/4] make 3.82: set DEFAULT_PREFERENCE = "-1" Michael Smith
2010-10-08 13:39 ` [PATCH resend 2/4] base.bbclass: add make-native to default dependencies Michael Smith
2010-10-15 13:40   ` Michael Smith [this message]
2010-10-08 13:39 ` [PATCH resend 3/4] glibc, glibc-initial: depend on make-native Michael Smith
2010-10-08 13:40 ` [PATCH resend 4/4] eglibc, eglibc-initial: " Michael Smith
2010-10-12 19:50 ` [PATCH resend 1/4] make 3.82: set DEFAULT_PREFERENCE = "-1" Michael Smith
2010-10-12 22:06 ` Paul Menzel
2010-10-13 13:23   ` Michael Smith

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=4CB859B6.6030603@cbnco.com \
    --to=msmith@cbnco.com \
    --cc=openembedded-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox