Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rocksdb: 5.18.3 -> 6.0.2 | Pascal Bach | 2019-06-15 | 2 | -0/+109 |
| | | | | | | | | | | | | | | | Also add support for gflags as these are enabled by default and recipes are available in meta-oe. They can still be disabled via PACKAGECONFIG. zstd is also added as an PACKAGECONFIG but currently the zstd recipe is not in meta-oe so it stays disabled for the moment. This also includes a patch that fixes GCC9 compatibility, it's currently submitted upstream but not yet accepted due to style issues. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | utilities: Fix build failure with -Werror=maybe-uninitialized | He Zhe | 2019-03-19 | 1 | -0/+35 |
| | | | | | | | | | | | Initialize magic_number to zero to avoid such failure. utilities/blob_db/blob_log_format.cc:91:3: error: 'magic_number' may be used uninitialized in this function [-Werror=maybe-uninitialized] if (magic_number != kMagicNumber) { ^~ Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | rocksdb: Fix build with clang | Khem Raj | 2019-02-13 | 1 | -0/+57 |
Signed-off-by: Khem Raj <raj.khem@gmail.com> |