From 28211a8934c1c5bdb40427e4b5154cc7d696d515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 23 May 2021 21:22:11 +0200 Subject: [PATCH] lmdb: upgrade 0.9.28 -> 0.9.29 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/lmdb/lmdb_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-support/lmdb/lmdb_git.bb b/recipes-support/lmdb/lmdb_git.bb index 3ea1edab..22db6d44 100644 --- a/recipes-support/lmdb/lmdb_git.bb +++ b/recipes-support/lmdb/lmdb_git.bb @@ -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}"