aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSakib Sajal <sakib.sajal@windriver.com>2021-09-23 12:35:35 -0400
committerKhem Raj <raj.khem@gmail.com>2021-09-24 08:12:36 -0700
commit27857a94d8ad1c8757db167be8ddb58084de6513 (patch)
tree8a972eddbf78b8ee864c65761538d12b20164ae5
parentba9810159fc035fc75e5644f33c4a796a9684647 (diff)
downloadmeta-openembedded-27857a94d8ad1c8757db167be8ddb58084de6513.tar.gz
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 <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb2
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 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