lmdb: upgrade 0.9.28 -> 0.9.29

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-05-23 21:22:11 +02:00
parent 6ed38bc6ae
commit 28211a8934

View File

@@ -4,12 +4,12 @@ LICENSE = "OLDAP-2.8"
LIC_FILES_CHKSUM = "file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972"
SRC_URI = " \
git://github.com/LMDB/lmdb.git;branch=mdb.RE/0.9 \
git://github.com/LMDB/lmdb.git;nobranch=1 \
file://0001-Patch-the-main-Makefile.patch \
"
SRCREV = "51a29155e1609f325e4155556f242bc58b7d8287"
SRCREV = "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a"
S = "${WORKDIR}/git/libraries/liblmdb"
PV = "0.9.28"
PV = "0.9.29"
do_compile() {
oe_runmake "CC=${CC}"