* [Buildroot] [PATCH v2 1/1] package/avro-c: depends on BR2_TOOLCHAIN_HAS_SYNC_4
@ 2020-01-02 17:51 Titouan Christophe
2020-01-08 9:31 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Titouan Christophe @ 2020-01-02 17:51 UTC (permalink / raw)
To: buildroot
Fixes: http://autobuild.buildroot.net/results/989/989b4e8aaeff51bb5236c4b31e3783a0e07e4a82
Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
---
Changes v1->v2: Config.in comment also depends on ..SYNC_4
---
package/avro-c/Config.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/avro-c/Config.in b/package/avro-c/Config.in
index fe962e1e3c..76d9123a4e 100644
--- a/package/avro-c/Config.in
+++ b/package/avro-c/Config.in
@@ -1,9 +1,11 @@
comment "avro-c needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4
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
select BR2_PACKAGE_JANSSON
help
Select this option to install the Avro C language bindings,
--
2.23.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2 1/1] package/avro-c: depends on BR2_TOOLCHAIN_HAS_SYNC_4
2020-01-02 17:51 [Buildroot] [PATCH v2 1/1] package/avro-c: depends on BR2_TOOLCHAIN_HAS_SYNC_4 Titouan Christophe
@ 2020-01-08 9:31 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-01-08 9:31 UTC (permalink / raw)
To: buildroot
On Thu, 2 Jan 2020 18:51:35 +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>
> ---
> Changes v1->v2: Config.in comment also depends on ..SYNC_4
> ---
> package/avro-c/Config.in | 2 ++
> 1 file changed, 2 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-01-08 9:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-02 17:51 [Buildroot] [PATCH v2 1/1] package/avro-c: depends on BR2_TOOLCHAIN_HAS_SYNC_4 Titouan Christophe
2020-01-08 9:31 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox