Message ID | 20230126210527.2815542-2-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe,1/4] hiredis: Enable SSL/TLS support by default | expand |
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"
Makes the build consistent and it does not look into native sysroot for ssl Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../recipes-extended/redis-plus-plus/redis-plus-plus_1.3.7.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)