I've sent a fix for the first part with gtest.
The 2nd part is caused by:
https://github.com/google/leveldb/commit/69061b464ab1da287da9b7ffec1ed911b754403b
which is relatively easy to fix in leveldb-tl:
https://github.com/webOS-ports/meta-webos-ports/commit/ada50397377dbdd471ed66fbcbfa5dbb8e3546d6
On Tue, Oct 17, 2023 at 7:17 PM Khem Raj wrote:
> Switch to git submods as it needs gtest and benchmarks checked out at a
> particular commit
>
But it probably shouldn't install gtest files as this now causes conflicts
when leveldb is used in component which itself also depends on gtest e.g.
lev
Switch to git submods as it needs gtest and benchmarks checked out at a
particular commit
Signed-off-by: Khem Raj
---
.../recipes-dbs/leveldb/{leveldb_1.22.bb => leveldb_1.23.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta-oe/recipes-dbs/leveldb/{leveldb_1.22.bb => le