summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/redis/redis-7.0.11
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/redis/redis-7.0.11')
-rw-r--r--meta-oe/recipes-extended/redis/redis-7.0.11/hiredis-use-default-CC-if-it-is-set.patch2
-rw-r--r--meta-oe/recipes-extended/redis/redis-7.0.11/lua-update-Makefile-to-use-environment-build-setting.patch2
-rw-r--r--meta-oe/recipes-extended/redis/redis-7.0.11/oe-use-libc-malloc.patch2
3 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/redis/redis-7.0.11/hiredis-use-default-CC-if-it-is-set.patch b/meta-oe/recipes-extended/redis/redis-7.0.11/hiredis-use-default-CC-if-it-is-set.patch
index 657b0923e..250fdd0ff 100644
--- a/meta-oe/recipes-extended/redis/redis-7.0.11/hiredis-use-default-CC-if-it-is-set.patch
+++ b/meta-oe/recipes-extended/redis/redis-7.0.11/hiredis-use-default-CC-if-it-is-set.patch
@@ -18,6 +18,8 @@ Reworked for 6.0.4
18Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> 18Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
19 19
20--- 20---
21Upstream-Status: Pending
22
21 deps/hiredis/Makefile | 2 -- 23 deps/hiredis/Makefile | 2 --
22 1 file changed, 2 deletions(-) 24 1 file changed, 2 deletions(-)
23 25
diff --git a/meta-oe/recipes-extended/redis/redis-7.0.11/lua-update-Makefile-to-use-environment-build-setting.patch b/meta-oe/recipes-extended/redis/redis-7.0.11/lua-update-Makefile-to-use-environment-build-setting.patch
index c6c6fde16..bff07535d 100644
--- a/meta-oe/recipes-extended/redis/redis-7.0.11/lua-update-Makefile-to-use-environment-build-setting.patch
+++ b/meta-oe/recipes-extended/redis/redis-7.0.11/lua-update-Makefile-to-use-environment-build-setting.patch
@@ -16,6 +16,8 @@ updated to work wtih 6.2.1
16Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> 16Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
17 17
18--- 18---
19Upstream-Status: Pending
20
19 deps/Makefile | 1 - 21 deps/Makefile | 1 -
20 deps/lua/Makefile | 1 - 22 deps/lua/Makefile | 1 -
21 deps/lua/src/Makefile | 16 ++++++---------- 23 deps/lua/src/Makefile | 16 ++++++----------
diff --git a/meta-oe/recipes-extended/redis/redis-7.0.11/oe-use-libc-malloc.patch b/meta-oe/recipes-extended/redis/redis-7.0.11/oe-use-libc-malloc.patch
index bf6d0cf3c..bf05fc4c5 100644
--- a/meta-oe/recipes-extended/redis/redis-7.0.11/oe-use-libc-malloc.patch
+++ b/meta-oe/recipes-extended/redis/redis-7.0.11/oe-use-libc-malloc.patch
@@ -15,6 +15,8 @@ Update to work with 4.0.8
15Signed-off-by: Alistair Francis <alistair.francis@wdc.com> 15Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
16 16
17--- 17---
18Upstream-Status: Pending
19
18 src/Makefile | 3 ++- 20 src/Makefile | 3 ++-
19 1 file changed, 2 insertions(+), 1 deletion(-) 21 1 file changed, 2 insertions(+), 1 deletion(-)
20 22