mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
5da09e4b86
commit
8d2a06b62e
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user