summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/hiredis/files/0001-CMake-configuration-for-hiredis.patch
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>