Skip to content

Commit

Permalink
lmdb: Do not inherit base class here
Browse files Browse the repository at this point in the history
Its in global namespace and already inherited

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Aug 11, 2022
1 parent 9bcbf18 commit 26b4a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb
Expand Up @@ -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"

Expand Down

0 comments on commit 26b4a92

Please sign in to comment.