diff options
| author | Peter Bergin <peter.bergin@windriver.com> | 2023-05-17 14:36:49 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-23 15:04:38 -0700 |
| commit | 61c7db7e8b7cc0253e5cf8870b3f855632e6088e (patch) | |
| tree | fd74a553ac374be3c06983ba7cb61421017c530c /meta-oe | |
| parent | df6d91cfc4fd9e57a4fe1156f4d5830c600b13b2 (diff) | |
| download | meta-openembedded-61c7db7e8b7cc0253e5cf8870b3f855632e6088e.tar.gz | |
hiredis: uprev to 1.1.0
Upgrade to revision 1.1.0. Make use of PACKAGECONFIG to
configure ssl support.
In version 1.1.0 the library is built as both dynamic and
static.
Signed-off-by: Peter Bergin <peter.bergin@windriver.com>
Signed-off-by: Peter Bergin <peter@berginkonsult.se>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/hiredis/hiredis_1.1.0.bb (renamed from meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb b/meta-oe/recipes-extended/hiredis/hiredis_1.1.0.bb index 3a8c9481fc..1eb6c20a6d 100644 --- a/meta-oe/recipes-extended/hiredis/hiredis_1.0.2.bb +++ b/meta-oe/recipes-extended/hiredis/hiredis_1.1.0.bb | |||
| @@ -3,15 +3,16 @@ 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 openssl" | 6 | DEPENDS = "redis" |
| 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 = "c14775b4e48334e0262c9f168887578f4a368b5d" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit cmake | 13 | inherit cmake |
| 14 | 14 | ||
| 15 | EXTRA_OECMAKE += "-DENABLE_SSL=ON" | 15 | PACKAGECONFIG ??= "ssl" |
| 16 | PACKAGECONFIG[ssl] = "-DENABLE_SSL=ON, -DENABLE_SSL=OFF, openssl" | ||
| 16 | 17 | ||
| 17 | FILES:${PN}-dev += "${datadir}/hiredis_ssl" | 18 | FILES:${PN}-dev += "${datadir}/hiredis_ssl ${prefix}/build" |
