]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
leveldb: disable for blackfin
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 1 May 2015 13:57:34 +0000 (10:57 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 1 May 2015 14:22:55 +0000 (16:22 +0200)
Fixes:
http://autobuild.buildroot.net/results/f79/f7930231cadeef7ccb0df6acf41b62c2c6fd1e02/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/leveldb/Config.in

index af097e5d7955433be5535d04c7d3f131dce49caf..b583c3b9fe2e31b6044b01a5d0ef944279102601 100644 (file)
@@ -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