diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-11 10:06:29 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-11 09:59:35 -0700 |
commit | 78fe37bb9c1456263df3a6ec450a486a2d8464db (patch) | |
tree | 4bd08fbc94fd212626fe9655201bfe7df3dbaf5b /meta-oe | |
parent | 5cefe61d181611449974ab4557311a2cb66db375 (diff) | |
download | meta-openembedded-78fe37bb9c1456263df3a6ec450a486a2d8464db.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb b/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb index b58a36c44..0590ce008 100644 --- a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb +++ b/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/LMDB/lmdb.git;nobranch=1;protocol=https \ | |||
15 | 15 | ||
16 | SRCREV = "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a" | 16 | SRCREV = "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a" |
17 | 17 | ||
18 | inherit base ptest | 18 | inherit ptest |
19 | 19 | ||
20 | S = "${WORKDIR}/git/libraries/liblmdb" | 20 | S = "${WORKDIR}/git/libraries/liblmdb" |
21 | 21 | ||