diff options
-rw-r--r-- | meta-oe/recipes-extended/redis/redis-7.2.6/0001-hiredis-use-default-CC-if-it-is-set.patch (renamed from meta-oe/recipes-extended/redis/redis-7.2.5/hiredis-use-default-CC-if-it-is-set.patch) | 7 | ||||
-rw-r--r-- | meta-oe/recipes-extended/redis/redis-7.2.6/0002-lua-update-Makefile-to-use-environment-build-setting.patch (renamed from meta-oe/recipes-extended/redis/redis-7.2.5/lua-update-Makefile-to-use-environment-build-setting.patch) | 6 | ||||
-rw-r--r-- | meta-oe/recipes-extended/redis/redis-7.2.6/0003-hack-to-force-use-of-libc-malloc.patch (renamed from meta-oe/recipes-extended/redis/redis-7.2.5/oe-use-libc-malloc.patch) | 7 | ||||
-rw-r--r-- | meta-oe/recipes-extended/redis/redis-7.2.6/0004-src-Do-not-reset-FINAL_LIBS.patch (renamed from meta-oe/recipes-extended/redis/redis-7.2.5/0001-src-Do-not-reset-FINAL_LIBS.patch) | 4 | ||||
-rw-r--r-- | meta-oe/recipes-extended/redis/redis-7.2.6/0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch (renamed from meta-oe/recipes-extended/redis/redis-7.2.5/GNU_SOURCE-7.patch) | 6 | ||||
-rw-r--r-- | meta-oe/recipes-extended/redis/redis-7.2.6/0006-Define-correct-gregs-for-RISCV32.patch (renamed from meta-oe/recipes-extended/redis/redis-7.2.5/0006-Define-correct-gregs-for-RISCV32.patch) | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | meta-oe/recipes-extended/redis/redis-7.2.6/init-redis-server (renamed from meta-oe/recipes-extended/redis/redis-7.2.5/init-redis-server) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-extended/redis/redis-7.2.6/redis.conf (renamed from meta-oe/recipes-extended/redis/redis-7.2.5/redis.conf) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-extended/redis/redis-7.2.6/redis.service (renamed from meta-oe/recipes-extended/redis/redis-7.2.5/redis.service) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-extended/redis/redis_7.2.6.bb (renamed from meta-oe/recipes-extended/redis/redis_7.2.5.bb) | 17 |
10 files changed, 25 insertions, 26 deletions
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.5/hiredis-use-default-CC-if-it-is-set.patch b/meta-oe/recipes-extended/redis/redis-7.2.6/0001-hiredis-use-default-CC-if-it-is-set.patch index 7785acca5c..63bf403412 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.5/hiredis-use-default-CC-if-it-is-set.patch +++ b/meta-oe/recipes-extended/redis/redis-7.2.6/0001-hiredis-use-default-CC-if-it-is-set.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 41efa2f0cf08c91ff935bbb2d16ab233df7f5811 Mon Sep 17 00:00:00 2001 | 1 | From af4fc632c03b2a68be4206b4896f27fc4bb865ae Mon Sep 17 00:00:00 2001 |
2 | From: Venture Research <tech@ventureresearch.com> | 2 | From: Venture Research <tech@ventureresearch.com> |
3 | Date: Fri, 8 Feb 2013 17:39:52 -0600 | 3 | Date: Fri, 8 Feb 2013 17:39:52 -0600 |
4 | Subject: [PATCH] hiredis: use default CC if it is set | 4 | Subject: [PATCH] hiredis: use default CC if it is set |
@@ -9,6 +9,8 @@ Content-Transfer-Encoding: 8bit | |||
9 | Instead of trying to automagically figure out CC, which breaks with OE | 9 | Instead of trying to automagically figure out CC, which breaks with OE |
10 | as CC has spaces in it, just skip it if one was already passed in. | 10 | as CC has spaces in it, just skip it if one was already passed in. |
11 | 11 | ||
12 | Upstream-Status: Pending | ||
13 | |||
12 | Signed-off-by: Venture Research <tech@ventureresearch.com> | 14 | Signed-off-by: Venture Research <tech@ventureresearch.com> |
13 | 15 | ||
14 | Update to work with 4.0.8 | 16 | Update to work with 4.0.8 |
@@ -16,10 +18,7 @@ Signed-off-by: Alistair Francis <alistair.francis@wdc.com> | |||
16 | 18 | ||
17 | Reworked for 6.0.4 | 19 | Reworked for 6.0.4 |
18 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | 20 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> |
19 | |||
20 | --- | 21 | --- |
21 | Upstream-Status: Pending | ||
22 | |||
23 | deps/hiredis/Makefile | 2 -- | 22 | deps/hiredis/Makefile | 2 -- |
24 | 1 file changed, 2 deletions(-) | 23 | 1 file changed, 2 deletions(-) |
25 | 24 | ||
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.5/lua-update-Makefile-to-use-environment-build-setting.patch b/meta-oe/recipes-extended/redis/redis-7.2.6/0002-lua-update-Makefile-to-use-environment-build-setting.patch index 20708eda1e..46330f5064 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.5/lua-update-Makefile-to-use-environment-build-setting.patch +++ b/meta-oe/recipes-extended/redis/redis-7.2.6/0002-lua-update-Makefile-to-use-environment-build-setting.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From aa3d31355f3cc140b1dc2f4fcff8e3c0aa261549 Mon Sep 17 00:00:00 2001 | 1 | From 45ae5eb5c3482054073e06ab1a78e0aa9b96447f Mon Sep 17 00:00:00 2001 |
2 | From: Venture Research <tech@ventureresearch.com> | 2 | From: Venture Research <tech@ventureresearch.com> |
3 | Date: Fri, 8 Feb 2013 20:22:19 -0600 | 3 | Date: Fri, 8 Feb 2013 20:22:19 -0600 |
4 | Subject: [PATCH] lua: update Makefile to use environment build settings | 4 | Subject: [PATCH] lua: update Makefile to use environment build settings |
@@ -6,6 +6,8 @@ Subject: [PATCH] lua: update Makefile to use environment build settings | |||
6 | OE-specific parameters, instead of overriding all of these simply use | 6 | OE-specific parameters, instead of overriding all of these simply use |
7 | the ones that are already passed in. Also configure for only Linux... | 7 | the ones that are already passed in. Also configure for only Linux... |
8 | 8 | ||
9 | Upstream-Status: Pending | ||
10 | |||
9 | Signed-off-by: Venture Research <tech@ventureresearch.com> | 11 | Signed-off-by: Venture Research <tech@ventureresearch.com> |
10 | 12 | ||
11 | Updated to work with 3.0.x | 13 | Updated to work with 3.0.x |
@@ -14,8 +16,6 @@ Signed-off-by: Armin Kuster <akust808@gmail.com> | |||
14 | 16 | ||
15 | updated to work wtih 6.2.1 | 17 | updated to work wtih 6.2.1 |
16 | Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> | 18 | Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> |
17 | |||
18 | Upstream-Status: Pending | ||
19 | --- | 19 | --- |
20 | deps/Makefile | 1 - | 20 | deps/Makefile | 1 - |
21 | deps/lua/Makefile | 1 - | 21 | deps/lua/Makefile | 1 - |
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.5/oe-use-libc-malloc.patch b/meta-oe/recipes-extended/redis/redis-7.2.6/0003-hack-to-force-use-of-libc-malloc.patch index 7b601e02a9..1f97f9783d 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.5/oe-use-libc-malloc.patch +++ b/meta-oe/recipes-extended/redis/redis-7.2.6/0003-hack-to-force-use-of-libc-malloc.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 38a5f403b033d03cdac3ff814687d83f61527d8e Mon Sep 17 00:00:00 2001 | 1 | From 7a98e3ac480413ce7db3a5edd5dc70458b921b29 Mon Sep 17 00:00:00 2001 |
2 | From: Venture Research <tech@ventureresearch.com> | 2 | From: Venture Research <tech@ventureresearch.com> |
3 | Date: Wed, 6 Feb 2013 20:51:02 -0600 | 3 | Date: Wed, 6 Feb 2013 20:51:02 -0600 |
4 | Subject: [PATCH] hack to force use of libc malloc | 4 | Subject: [PATCH] hack to force use of libc malloc |
@@ -9,14 +9,13 @@ removed in favor of magic. | |||
9 | Note that this of course doesn't allow tcmalloc and jemalloc, however | 9 | Note that this of course doesn't allow tcmalloc and jemalloc, however |
10 | jemalloc wasn't building correctly. | 10 | jemalloc wasn't building correctly. |
11 | 11 | ||
12 | Upstream-Status: Pending | ||
13 | |||
12 | Signed-off-by: Venture Research <tech@ventureresearch.com> | 14 | Signed-off-by: Venture Research <tech@ventureresearch.com> |
13 | 15 | ||
14 | Update to work with 4.0.8 | 16 | Update to work with 4.0.8 |
15 | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> | 17 | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> |
16 | |||
17 | --- | 18 | --- |
18 | Upstream-Status: Pending | ||
19 | |||
20 | src/Makefile | 3 ++- | 19 | src/Makefile | 3 ++- |
21 | 1 file changed, 2 insertions(+), 1 deletion(-) | 20 | 1 file changed, 2 insertions(+), 1 deletion(-) |
22 | 21 | ||
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.5/0001-src-Do-not-reset-FINAL_LIBS.patch b/meta-oe/recipes-extended/redis/redis-7.2.6/0004-src-Do-not-reset-FINAL_LIBS.patch index 01e53e3f21..974cf5169f 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.5/0001-src-Do-not-reset-FINAL_LIBS.patch +++ b/meta-oe/recipes-extended/redis/redis-7.2.6/0004-src-Do-not-reset-FINAL_LIBS.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From d9d1f9a501ef7caa80d1e6595218898e9989ec2b Mon Sep 17 00:00:00 2001 | 1 | From 50fc46a12f6cf97e7b927d3ea29eecc9ebdea34d Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Tue, 10 Sep 2019 20:04:26 -0700 | 3 | Date: Tue, 10 Sep 2019 20:04:26 -0700 |
4 | Subject: [PATCH] src: Do not reset FINAL_LIBS | 4 | Subject: [PATCH] src: Do not reset FINAL_LIBS |
@@ -9,8 +9,8 @@ environment to get it going | |||
9 | e.g. -latomic is needed on clang/x86 to provide for 64bit atomics | 9 | e.g. -latomic is needed on clang/x86 to provide for 64bit atomics |
10 | 10 | ||
11 | Upstream-Status: Pending | 11 | Upstream-Status: Pending |
12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
13 | 12 | ||
13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
14 | --- | 14 | --- |
15 | src/Makefile | 2 +- | 15 | src/Makefile | 2 +- |
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.5/GNU_SOURCE-7.patch b/meta-oe/recipes-extended/redis/redis-7.2.6/0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch index 6e07c25c6a..8e5f30993b 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.5/GNU_SOURCE-7.patch +++ b/meta-oe/recipes-extended/redis/redis-7.2.6/0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From a22512ac1cbd6de1f5646219722e49752d1f60ac Mon Sep 17 00:00:00 2001 | 1 | From acd832d76002a1916b3128ac05bc0296425aea6d Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sat, 21 Dec 2019 12:09:51 -0800 | 3 | Date: Sat, 21 Dec 2019 12:09:51 -0800 |
4 | Subject: [PATCH] Define _GNU_SOURCE to get PTHREAD_MUTEX_INITIALIZER | 4 | Subject: [PATCH] Define _GNU_SOURCE to get PTHREAD_MUTEX_INITIALIZER |
@@ -9,14 +9,14 @@ Fixes | |||
9 | | | ^~~~~~~~~~~~~~~~~~~~~~~~~ | 9 | | | ^~~~~~~~~~~~~~~~~~~~~~~~~ |
10 | 10 | ||
11 | Upstream-Status: Pending | 11 | Upstream-Status: Pending |
12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
13 | 12 | ||
13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
14 | --- | 14 | --- |
15 | src/zmalloc.c | 1 + | 15 | src/zmalloc.c | 1 + |
16 | 1 file changed, 1 insertion(+) | 16 | 1 file changed, 1 insertion(+) |
17 | 17 | ||
18 | diff --git a/src/zmalloc.c b/src/zmalloc.c | 18 | diff --git a/src/zmalloc.c b/src/zmalloc.c |
19 | index ba03685..322304f 100644 | 19 | index bbfa386..93e07ff 100644 |
20 | --- a/src/zmalloc.c | 20 | --- a/src/zmalloc.c |
21 | +++ b/src/zmalloc.c | 21 | +++ b/src/zmalloc.c |
22 | @@ -32,6 +32,7 @@ | 22 | @@ -32,6 +32,7 @@ |
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.5/0006-Define-correct-gregs-for-RISCV32.patch b/meta-oe/recipes-extended/redis/redis-7.2.6/0006-Define-correct-gregs-for-RISCV32.patch index 93c3595261..7009048171 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.5/0006-Define-correct-gregs-for-RISCV32.patch +++ b/meta-oe/recipes-extended/redis/redis-7.2.6/0006-Define-correct-gregs-for-RISCV32.patch | |||
@@ -1,14 +1,14 @@ | |||
1 | From 634f62be6c135ece93cb4e44a69ce3cb66f394ca Mon Sep 17 00:00:00 2001 | 1 | From dd3ecb07bbf80b986b8f2c656ea11d1346e212f6 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 26 Oct 2020 21:32:22 -0700 | 3 | Date: Mon, 26 Oct 2020 21:32:22 -0700 |
4 | Subject: [PATCH] Define correct gregs for RISCV32 | 4 | Subject: [PATCH] Define correct gregs for RISCV32 |
5 | 5 | ||
6 | Upstream-Status: Pending | 6 | Upstream-Status: Pending |
7 | |||
7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
8 | 9 | ||
9 | Updated patch for 6.2.8 | 10 | Updated patch for 6.2.8 |
10 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | 11 | Signed-off-by: Changqing Li <changqing.li@windriver.com> |
11 | |||
12 | --- | 12 | --- |
13 | src/debug.c | 26 ++++++++++++++++++++++++-- | 13 | src/debug.c | 26 ++++++++++++++++++++++++-- |
14 | 1 file changed, 24 insertions(+), 2 deletions(-) | 14 | 1 file changed, 24 insertions(+), 2 deletions(-) |
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.5/init-redis-server b/meta-oe/recipes-extended/redis/redis-7.2.6/init-redis-server index c5f335f57d..c5f335f57d 100755..100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.5/init-redis-server +++ b/meta-oe/recipes-extended/redis/redis-7.2.6/init-redis-server | |||
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.5/redis.conf b/meta-oe/recipes-extended/redis/redis-7.2.6/redis.conf index 75037d6dc8..75037d6dc8 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.5/redis.conf +++ b/meta-oe/recipes-extended/redis/redis-7.2.6/redis.conf | |||
diff --git a/meta-oe/recipes-extended/redis/redis-7.2.5/redis.service b/meta-oe/recipes-extended/redis/redis-7.2.6/redis.service index b7791d0df4..b7791d0df4 100644 --- a/meta-oe/recipes-extended/redis/redis-7.2.5/redis.service +++ b/meta-oe/recipes-extended/redis/redis-7.2.6/redis.service | |||
diff --git a/meta-oe/recipes-extended/redis/redis_7.2.5.bb b/meta-oe/recipes-extended/redis/redis_7.2.6.bb index 930c1cd9a3..dcfd532cff 100644 --- a/meta-oe/recipes-extended/redis/redis_7.2.5.bb +++ b/meta-oe/recipes-extended/redis/redis_7.2.6.bb | |||
@@ -10,19 +10,20 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \ | |||
10 | file://redis.conf \ | 10 | file://redis.conf \ |
11 | file://init-redis-server \ | 11 | file://init-redis-server \ |
12 | file://redis.service \ | 12 | file://redis.service \ |
13 | file://hiredis-use-default-CC-if-it-is-set.patch \ | 13 | file://0001-hiredis-use-default-CC-if-it-is-set.patch \ |
14 | file://lua-update-Makefile-to-use-environment-build-setting.patch \ | 14 | file://0002-lua-update-Makefile-to-use-environment-build-setting.patch \ |
15 | file://oe-use-libc-malloc.patch \ | 15 | file://0003-hack-to-force-use-of-libc-malloc.patch \ |
16 | file://0001-src-Do-not-reset-FINAL_LIBS.patch \ | 16 | file://0004-src-Do-not-reset-FINAL_LIBS.patch \ |
17 | file://GNU_SOURCE-7.patch \ | 17 | file://0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch \ |
18 | file://0006-Define-correct-gregs-for-RISCV32.patch \ | 18 | file://0006-Define-correct-gregs-for-RISCV32.patch \ |
19 | " | 19 | " |
20 | SRC_URI[sha256sum] = "5981179706f8391f03be91d951acafaeda91af7fac56beffb2701963103e423d" | 20 | |
21 | SRC_URI[sha256sum] = "fb10d67a2fe2b4556f6cb840064dd6e6e3175ce8ca035f0726990ec2da9f3d0e" | ||
21 | 22 | ||
22 | inherit autotools-brokensep pkgconfig update-rc.d systemd useradd | 23 | inherit autotools-brokensep pkgconfig update-rc.d systemd useradd |
23 | 24 | ||
24 | FINAL_LIBS:x86:toolchain-clang = "-latomic" | 25 | FINAL_LIBS:x86:toolchain-clang = "-latomic" |
25 | FINAL_LIBS:riscv32:toolchain-clang = "-latomic" | 26 | FINAL_LIBS:riscv32 = "-latomic" |
26 | FINAL_LIBS:mips = "-latomic" | 27 | FINAL_LIBS:mips = "-latomic" |
27 | FINAL_LIBS:arm = "-latomic" | 28 | FINAL_LIBS:arm = "-latomic" |
28 | FINAL_LIBS:powerpc = "-latomic" | 29 | FINAL_LIBS:powerpc = "-latomic" |