diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-07-18 12:25:42 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-20 19:08:57 -0700 |
commit | 817ae6c4ad990e81a8c8514fa286f994f7c001b2 (patch) | |
tree | f5860aa9a2c97081da4da7faf6ac564de90d3e10 | |
parent | 77c7af820cf22150ca692beffcce0c545997f52c (diff) | |
download | meta-openembedded-817ae6c4ad990e81a8c8514fa286f994f7c001b2.tar.gz |
redis-plus-plus: upgrade 1.3.9 -> 1.3.10
Changelog:
Fix TLS support on async interface
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.10.bb (renamed from meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.9.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.9.bb b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.10.bb index a8a93868e8..2df5e09194 100644 --- a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.9.bb +++ b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.10.bb | |||
@@ -8,7 +8,7 @@ DEPENDS += "hiredis" | |||
8 | 8 | ||
9 | SRC_URI = "git://github.com/sewenew/redis-plus-plus;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/sewenew/redis-plus-plus;branch=master;protocol=https \ |
10 | file://0001-CMakeLists.txt-fix-substitution-for-static-libs.patch" | 10 | file://0001-CMakeLists.txt-fix-substitution-for-static-libs.patch" |
11 | SRCREV = "0c4ba0370e46c3d0d443c0368d02195faa791219" | 11 | SRCREV = "8b9ce389099608cf9bae617d79d257d2cc05e12f" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||