lmdb: Don't inherit base

base is always inherited so remove this code which will soon cause an error.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a755af4fb5)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
This commit is contained in:
Richard Purdie
2022-09-22 10:12:55 +02:00
committed by Armin Kuster
parent 7eff264695
commit c5b5f631fc
+1 -1
View File
@@ -16,7 +16,7 @@ SRC_URI = "git://github.com/LMDB/lmdb.git;nobranch=1;protocol=https \
SRCREV = "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a"
inherit base ptest
inherit ptest
S = "${WORKDIR}/git/libraries/liblmdb"