diff options
| -rw-r--r-- | meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb b/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb index 2ff4946883..3a8c9481fc 100644 --- a/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb +++ b/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "http://github.com/redis/hiredis" | |||
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d84d659a35c666d23233e54503aaea51" |
| 6 | DEPENDS = "redis" | 6 | DEPENDS = "redis openssl" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/redis/hiredis;protocol=https;branch=master" | 8 | SRC_URI = "git://github.com/redis/hiredis;protocol=https;branch=master" |
| 9 | SRCREV = "b731283245f3183af527237166261ad0768ba7d4" | 9 | SRCREV = "b731283245f3183af527237166261ad0768ba7d4" |
| @@ -11,3 +11,7 @@ SRCREV = "b731283245f3183af527237166261ad0768ba7d4" | |||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit cmake | 13 | inherit cmake |
| 14 | |||
| 15 | EXTRA_OECMAKE += "-DENABLE_SSL=ON" | ||
| 16 | |||
| 17 | FILES:${PN}-dev += "${datadir}/hiredis_ssl" | ||
