summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/hiredis/files/0001-Makefile-remove-hardcoding-of-CC.patch
Commit message (Collapse)AuthorAgeFilesLines
* 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>