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