From 27857a94d8ad1c8757db167be8ddb58084de6513 Mon Sep 17 00:00:00 2001 From: Sakib Sajal Date: Thu, 23 Sep 2021 12:35:35 -0400 Subject: [PATCH] lmdb: replace tag with commit id in SRCREV Using tag in SRCREV does not work when the git source is added to the PREMIRRORS and set BB_NO_NETWORK = "1". This is because there is no SRCREV, and bitbake needs check the original url to get it. Signed-off-by: Sakib Sajal Signed-off-by: Khem Raj --- meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3c6ffe04e6..fb1b18c181 100644 --- a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb +++ b/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/LMDB/lmdb.git;nobranch=1 \ file://0001-Makefile-use-libprefix-instead-of-libdir.patch \ " -SRCREV = "LMDB_${PV}" +SRCREV = "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a" inherit base ptest