Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | leveldb: Print uint64_t with PRI64 | Khem Raj | 2023-10-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | leveldb: prevent installing gtest | Martin Jansa | 2023-10-21 | 1 | -1/+3 |
| | | | | | | | | | | | | * Causes conflicts when leveldb is used in component which itself also depends on gtest e.g. leveldb-tl in meta-webosose: ERROR: lib32-leveldb-tl-0.1.6-r4 do_prepare_recipe_sysroot: The file /usr/lib/pkgconfig/gtest.pc is installed by both lib32-googletest and lib32-leveldb, aborting Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | leveldb: Upgrade to 1.23 plus latest git | Khem Raj | 2023-10-17 | 1 | -0/+32 |
Switch to git submods as it needs gtest and benchmarks checked out at a particular commit Signed-off-by: Khem Raj <raj.khem@gmail.com> |