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 <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-01-26 10:14:49 -08:00
parent 5da09e4b86
commit 8d2a06b62e

View File

@ -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"