1 config BR2_PACKAGE_LEVELDB
3 # Missing/broken atomic pointer support
5 depends on BR2_INSTALL_LIBSTDCPP
6 depends on BR2_TOOLCHAIN_HAS_THREADS
7 select BR2_PACKAGE_SNAPPY
9 LevelDB is a fast key-value storage library written at Google that
10 provides an ordered mapping from string keys to string values.
12 https://github.com/google/leveldb
14 comment "leveldb needs a toolchain w/ C++, threads"
16 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS