mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
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:
parent
5cefe61d18
commit
78fe37bb9c
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user