diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-10-17 09:23:48 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-30 07:14:02 -0400 |
commit | 4af27343d850ce5378cb43fef6046a0a58fe30f3 (patch) | |
tree | 43c64dec0dc7a3e420501c87f58f6b6a29d3e2bb | |
parent | c0eb0452af74b0d97b136a988266a5a06e3176d9 (diff) | |
download | meta-openembedded-4af27343d850ce5378cb43fef6046a0a58fe30f3.tar.gz |
leveldb: Upgrade to 1.23 plus latest git
Switch to git submods as it needs gtest and benchmarks checked out at a
particular commit
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 53188543f3408ac399354f76f06eda8a66f9f5d1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-dbs/leveldb/leveldb_1.23.bb (renamed from meta-oe/recipes-dbs/leveldb/leveldb_1.22.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-dbs/leveldb/leveldb_1.22.bb b/meta-oe/recipes-dbs/leveldb/leveldb_1.23.bb index 6afc45ab7e..61fa02c154 100644 --- a/meta-oe/recipes-dbs/leveldb/leveldb_1.22.bb +++ b/meta-oe/recipes-dbs/leveldb/leveldb_1.23.bb | |||
@@ -4,14 +4,13 @@ HOMEPAGE = "https://github.com/google/leveldb" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=92d1b128950b11ba8495b64938fc164d" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=92d1b128950b11ba8495b64938fc164d" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/google/${BPN}.git;branch=main;protocol=https \ | 7 | SRC_URI = "gitsm://github.com/google/${BPN}.git;branch=main;protocol=https \ |
8 | file://run-ptest" | 8 | file://run-ptest" |
9 | 9 | ||
10 | SRCREV = "78b39d68c15ba020c0d60a3906fb66dbf1697595" | 10 | SRCREV = "068d5ee1a3ac40dabd00d211d5013af44be55bea" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | inherit cmake ptest | 13 | inherit cmake ptest |
14 | |||
15 | PACKAGECONFIG ??= "" | 14 | PACKAGECONFIG ??= "" |
16 | PACKAGECONFIG[benchmarks] = "-DLEVELDB_BUILD_BENCHMARKS=ON,-DLEVELDB_BUILD_BENCHMARKS=OFF,sqlite" | 15 | PACKAGECONFIG[benchmarks] = "-DLEVELDB_BUILD_BENCHMARKS=ON,-DLEVELDB_BUILD_BENCHMARKS=OFF,sqlite" |
17 | PACKAGECONFIG[snappy] = ",,snappy" | 16 | PACKAGECONFIG[snappy] = ",,snappy" |