From 8d2a06b62ea50cc97f9f50aa367c6553e566edbc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 26 Jan 2023 10:14:49 -0800 Subject: redis-plus-plus: Enable SSL/TLS by default Makes the build consistent and it does not look into native sysroot for ssl Signed-off-by: Khem Raj --- meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.7.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.7.bb b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.7.bb index b127025a73..8e906a4483 100644 --- a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.7.bb +++ b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.7.bb @@ -12,7 +12,9 @@ S = "${WORKDIR}/git" inherit cmake -DEPENDS += "hiredis" +EXTRA_OECMAKE += "-DREDIS_PLUS_PLUS_USE_TLS=ON" + +DEPENDS += "hiredis openssl" RDEPENDS:${PN} += "hiredis" -- cgit v1.2.3-54-g00ecf