added my Recipes
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION = "Minimalistic C client library for Redis"
|
||||
HOMEPAGE = "http://github.com/redis/hiredis"
|
||||
SECTION = "libs"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51"
|
||||
DEPENDS = "redis openssl"
|
||||
|
||||
SRC_URI = "git://github.com/redis/hiredis;protocol=https;branch=master"
|
||||
SRCREV = "b731283245f3183af527237166261ad0768ba7d4"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE += "-DENABLE_SSL=ON"
|
||||
|
||||
FILES:${PN}-dev += "${datadir}/hiredis_ssl"
|
||||
Reference in New Issue
Block a user