summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/lmdb
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmdb: replace tag with commit id in SRCREVSakib Sajal2021-09-241-1/+1
| | | | | | | | | | | 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>
* lmdb: use libprefix in Makefile to install librariesSakib Sajal2021-08-202-2/+36
| | | | | | | | | | | Makefile used libdir which had hardcoded "$(exec_prefix)/lib" directory to install libraries. This is a problem for MULTILIB builds as libraries are installed in "lib64" directory. Hence use libprefix which contains the correct path for installing libraries. Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmdb: add recipeSakib Sajal2021-07-272-0/+64
lmdb provides a high-performance embedded transactional database in the form of a key-value store. Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>