summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/redis/redis_6.0.8.bb
Commit message (Collapse)AuthorAgeFilesLines
* redis: Fix build on 32bit targets and clangKhem Raj2020-11-021-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Fix build with clang on riscv32Khem Raj2020-10-271-0/+2
| | | | | | | | | clang defines __ILP32__ for rv32 but gcc does not as a result backtracing gets enabled when using clang but not when using gcc so clang build exposes a porting error. Therefore add code to return correct mcontext on rv32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 6.0.7 -> 6.0.8Zang Ruochen2020-09-171-0/+66
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>