aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb')
-rw-r--r--meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb39
1 files changed, 0 insertions, 39 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
deleted file mode 100644
index a76d388d70..0000000000
--- a/meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb
+++ /dev/null
@@ -1,39 +0,0 @@
-# SPDX-FileCopyrightText: 2017-2019 Volker Krause <vkrause@kde.org>
-# SPDX-FileCopyrightText: 2019 Hannah Kiekens <hannahkiekens@gmail.com>
-#
-# SPDX-License-Identifier: MIT
-
-SUMMARY = "Lightning Memory-Mapped Database (LMDB)"
-HOMEPAGE = "https://symas.com/lightning-memory-mapped-database/"
-LICENSE = "OLDAP-2.8"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972"
-
-SRC_URI = "git://github.com/LMDB/lmdb.git;nobranch=1;protocol=https \
- file://run-ptest \
- file://0001-Makefile-use-libprefix-instead-of-libdir.patch \
- file://0001-make-set-soname-on-liblmdb.patch;patchdir=../.. \
- "
-
-SRCREV = "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a"
-
-inherit ptest
-
-S = "${WORKDIR}/git/libraries/liblmdb"
-
-do_compile() {
- oe_runmake CC="${CC}" SOEXT=".so.${PV}" LDFLAGS="${LDFLAGS}"
-}
-
-do_install() {
- oe_runmake CC="${CC}" DESTDIR="${D}" prefix="${prefix}" libprefix="${libdir}" manprefix="${mandir}" SOEXT=".so.${PV}" LDFLAGS="${LDFLAGS}" install
- cd ${D}${libdir}
- ln -s liblmdb.so.${PV} liblmdb.so
- rm liblmdb.a
-}
-
-do_install_ptest() {
- install -d ${D}${PTEST_PATH}/tests
- for test in mtest mtest2 mtest3 mtest4 mtest5 mdb_stat; do
- install -m 755 ${S}/$test ${D}${PTEST_PATH}/tests
- done
-}
ption> OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 9bb251e7767b93e06fd15569876803a76a2eed91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40