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>
This commit is contained in:
Richard Purdie 2022-08-11 10:06:29 +01:00 committed by Khem Raj
parent 5cefe61d18
commit 78fe37bb9c

View File

@ -15,7 +15,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"