mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 19:47:27 +00:00
hiredis: Enable SSL/TLS support by default
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7e3a508325
commit
5da09e4b86
@ -3,7 +3,7 @@ HOMEPAGE = "http://github.com/redis/hiredis"
|
||||
SECTION = "libs"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51"
|
||||
DEPENDS = "redis"
|
||||
DEPENDS = "redis openssl"
|
||||
|
||||
SRC_URI = "git://github.com/redis/hiredis;protocol=https;branch=master"
|
||||
SRCREV = "b731283245f3183af527237166261ad0768ba7d4"
|
||||
@ -11,3 +11,7 @@ SRCREV = "b731283245f3183af527237166261ad0768ba7d4"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE += "-DENABLE_SSL=ON"
|
||||
|
||||
FILES:${PN}-dev += "${datadir}/hiredis_ssl"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user