mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user