mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 15:40:01 +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
|
inherit cmake
|
||||||
|
|
||||||
DEPENDS += "hiredis"
|
EXTRA_OECMAKE += "-DREDIS_PLUS_PLUS_USE_TLS=ON"
|
||||||
|
|
||||||
|
DEPENDS += "hiredis openssl"
|
||||||
|
|
||||||
RDEPENDS:${PN} += "hiredis"
|
RDEPENDS:${PN} += "hiredis"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user