Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/avro-c: depends on BR2_TOOLCHAIN_HAS_SYNC_4
Date: Thu, 2 Jan 2020 14:31:27 +0100	[thread overview]
Message-ID: <20200102143127.0977eab0@windsurf> (raw)
In-Reply-To: <20200102110341.149419-1-titouan.christophe@railnova.eu>

On Thu,  2 Jan 2020 12:03:41 +0100
Titouan Christophe <titouan.christophe@railnova.eu> wrote:

> Fixes: http://autobuild.buildroot.net/results/989/989b4e8aaeff51bb5236c4b31e3783a0e07e4a82
> 
> Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
> ---
>  package/avro-c/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/avro-c/Config.in b/package/avro-c/Config.in
> index fe962e1e3c..03922612df 100644
> --- a/package/avro-c/Config.in
> +++ b/package/avro-c/Config.in
> @@ -4,6 +4,7 @@ comment "avro-c needs a toolchain w/ dynamic library"
>  config BR2_PACKAGE_AVRO_C
>  	bool "avro-c"
>  	depends on !BR2_STATIC_LIBS  # Avro unconditionally compiles shared libs
> +	depends on BR2_TOOLCHAIN_HAS_SYNC_4

You need to add this dependency in the Config.in comment as well:

comment "avro-c needs a toolchain w/ dynamic library"
	depends on BR2_TOOLCHAIN_HAS_SYNC_4
        depends on BR2_STATIC_LIBS

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

      reply	other threads:[~2020-01-02 13:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-02 11:03 [Buildroot] [PATCH 1/1] package/avro-c: depends on BR2_TOOLCHAIN_HAS_SYNC_4 Titouan Christophe
2020-01-02 13:31 ` 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=20200102143127.0977eab0@windsurf \
    --to=thomas.petazzoni@bootlin.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox