All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libnspr: Add dependency on !BR2_arc
Date: Wed, 31 Jul 2013 17:20:50 +0200	[thread overview]
Message-ID: <20130731172050.69abca4b@skate> (raw)
In-Reply-To: <1375283672-1453-1-git-send-email-mjonker@synopsys.com>

Dear Mischa Jonker,

On Wed, 31 Jul 2013 17:14:32 +0200, Mischa Jonker wrote:
> ARC is not supported yet in libnspr.
> 
> Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
> ---
>  package/libnspr/Config.in |    1 +
>  package/libnss/Config.in  |    1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/package/libnspr/Config.in b/package/libnspr/Config.in
> index f87b10c..ee7902b 100644
> --- a/package/libnspr/Config.in
> +++ b/package/libnspr/Config.in
> @@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBNSPR
>  	bool "libnspr"
>  	depends on BR2_LARGEFILE
>  	depends on BR2_TOOLCHAIN_HAS_THREADS
> +	depends on !BR2_arc
>  	help
>  	  NSPR is the Netscape Portable Runtime library which provides
>  	  a platform-neutral API for system level and libc like
> diff --git a/package/libnss/Config.in b/package/libnss/Config.in
> index e8eec77..b5f3a01 100644
> --- a/package/libnss/Config.in
> +++ b/package/libnss/Config.in
> @@ -5,6 +5,7 @@ config BR2_PACKAGE_LIBNSS
>  	select BR2_PACKAGE_ZLIB
>  	depends on BR2_LARGEFILE
>  	depends on BR2_TOOLCHAIN_HAS_THREADS # libnspr
> +	depends on !BR2_arc # libnspr

This needs to be propagated to ecryptfs-utils I believe.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

      reply	other threads:[~2013-07-31 15:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-31 15:14 [Buildroot] [PATCH] libnspr: Add dependency on !BR2_arc Mischa Jonker
2013-07-31 15:20 ` Thomas Petazzoni [this message]

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=20130731172050.69abca4b@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /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.