* [Buildroot] [PATCH] leveldb: disable for blackfin
@ 2015-05-01 13:57 Gustavo Zacarias
2015-05-01 14:26 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2015-05-01 13:57 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.net/results/f79/f7930231cadeef7ccb0df6acf41b62c2c6fd1e02/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/leveldb/Config.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/leveldb/Config.in b/package/leveldb/Config.in
index af097e5..b583c3b 100644
--- a/package/leveldb/Config.in
+++ b/package/leveldb/Config.in
@@ -1,5 +1,7 @@
config BR2_PACKAGE_LEVELDB
bool "leveldb"
+ # Missing/broken atomic pointer support
+ depends on !BR2_bfin
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_SNAPPY
@@ -10,4 +12,5 @@ config BR2_PACKAGE_LEVELDB
https://github.com/google/leveldb
comment "leveldb needs a toolchain w/ C++, threads"
+ depends on !BR2_bfin
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
--
2.0.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] leveldb: disable for blackfin
2015-05-01 13:57 [Buildroot] [PATCH] leveldb: disable for blackfin Gustavo Zacarias
@ 2015-05-01 14:26 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-05-01 14:26 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Fri, 1 May 2015 10:57:34 -0300, Gustavo Zacarias wrote:
> Fixes:
> http://autobuild.buildroot.net/results/f79/f7930231cadeef7ccb0df6acf41b62c2c6fd1e02/
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/leveldb/Config.in | 3 +++
> 1 file changed, 3 insertions(+)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-01 14:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-01 13:57 [Buildroot] [PATCH] leveldb: disable for blackfin Gustavo Zacarias
2015-05-01 14:26 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox