diff options
author | Sakib Sajal <sakib.sajal@windriver.com> | 2021-09-23 12:35:35 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:36 -0700 |
commit | 27857a94d8ad1c8757db167be8ddb58084de6513 (patch) | |
tree | 8a972eddbf78b8ee864c65761538d12b20164ae5 | |
parent | ba9810159fc035fc75e5644f33c4a796a9684647 (diff) | |
download | meta-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.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 3c6ffe04e..fb1b18c18 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 \ | |||
13 | file://0001-Makefile-use-libprefix-instead-of-libdir.patch \ | 13 | file://0001-Makefile-use-libprefix-instead-of-libdir.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRCREV = "LMDB_${PV}" | 16 | SRCREV = "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a" |
17 | 17 | ||
18 | inherit base ptest | 18 | inherit base ptest |
19 | 19 | ||