summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/leveldb/leveldb_1.23.bb
Commit message (Collapse)AuthorAgeFilesLines
* leveldb: Print uint64_t with PRI64Khem Raj2023-10-211-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* leveldb: prevent installing gtestMartin Jansa2023-10-211-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 gitKhem Raj2023-10-171-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>