summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/hiredis/files
Commit message (Collapse)AuthorAgeFilesLines
* hiredis: add cmake config file for pkgconfigPeter Bergin2021-06-111-0/+117
| | | | | | | | | | | | | In order to be able to use pkgconfig and find_package in cmake the file HiredisConfig.cmake need to be present in sysroot. This commit adds a patch from Ubuntu/Debian that fixes this. As build system for version 0.14 of Hiredis is Makefile based this is not possible to upstream. In later Hiredis the build system is CMake based and this is fixed. Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiredis: Upgrade to 0.14.0Khem Raj2019-12-191-10/+6
| | | | | | | * Define LIBRARY_PATH so multilibbed version can install correctly * Forward port patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hiredis: Add recipeMarian Pritsak2017-06-141-0/+32
Hiredis is a C client library for Redis database. Hiredis does not use autotools, but plane Makefile instead, so few changes had to be made, including removing hard coded compiler, setting INSTALL to 'cp -r' to to avoid host user comtamination QA issue, and setting PREFIX to ${prefix} instead of default /usr/local. Signed-off-by: Marian Pritsak <maryan.pricak@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>