summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2023-04-29 14:31:17 +0200
committerArmin Kuster <akuster808@gmail.com>2023-05-06 07:41:53 -0400
commit3deca451692e99d269812959e6b5e0b519a82f30 (patch)
tree1f7ab74fde645a14d9ed3359e2e7c2bc0ab86b1a
parentdbc09b0b5e07e01eda53f6b8d7b9742d498be6ba (diff)
downloadmeta-openembedded-3deca451692e99d269812959e6b5e0b519a82f30.tar.gz
redis: fix do_patch fuzz warning
Fix: WARNING: lib32-redis-7.0.4-r0 do_patch: Fuzz detected: Applying patch GNU_SOURCE.patch patching file src/zmalloc.c Hunk #1 succeeded at 32 with fuzz 2 (offset 4 lines). There are two version of redis, and need different GNU_SOURCE.patch Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-extended/redis/redis-7/GNU_SOURCE-7.patch (renamed from meta-oe/recipes-extended/redis/redis-7/GNU_SOURCE.patch)0
-rw-r--r--meta-oe/recipes-extended/redis/redis_7.0.11.bb4
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/redis/redis-7/GNU_SOURCE.patch b/meta-oe/recipes-extended/redis/redis-7/GNU_SOURCE-7.patch
index 6e07c25c6a..6e07c25c6a 100644
--- a/meta-oe/recipes-extended/redis/redis-7/GNU_SOURCE.patch
+++ b/meta-oe/recipes-extended/redis/redis-7/GNU_SOURCE-7.patch
diff --git a/meta-oe/recipes-extended/redis/redis_7.0.11.bb b/meta-oe/recipes-extended/redis/redis_7.0.11.bb
index e6bfa227a0..4626044781 100644
--- a/meta-oe/recipes-extended/redis/redis_7.0.11.bb
+++ b/meta-oe/recipes-extended/redis/redis_7.0.11.bb
@@ -6,7 +6,7 @@ LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://COPYING;md5=8ffdd6c926faaece928cf9d9640132d2" 6LIC_FILES_CHKSUM = "file://COPYING;md5=8ffdd6c926faaece928cf9d9640132d2"
7DEPENDS = "readline lua ncurses" 7DEPENDS = "readline lua ncurses"
8 8
9FILESPATH =. "${FILE_DIRNAME}/${PN}-7:" 9FILESPATH =. "${FILE_DIRNAME}/${BPN}-7:"
10 10
11SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \ 11SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \
12 file://redis.conf \ 12 file://redis.conf \
@@ -16,7 +16,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \
16 file://lua-update-Makefile-to-use-environment-build-setting.patch \ 16 file://lua-update-Makefile-to-use-environment-build-setting.patch \
17 file://oe-use-libc-malloc.patch \ 17 file://oe-use-libc-malloc.patch \
18 file://0001-src-Do-not-reset-FINAL_LIBS.patch \ 18 file://0001-src-Do-not-reset-FINAL_LIBS.patch \
19 file://GNU_SOURCE.patch \ 19 file://GNU_SOURCE-7.patch \
20 file://0006-Define-correct-gregs-for-RISCV32.patch \ 20 file://0006-Define-correct-gregs-for-RISCV32.patch \
21 " 21 "
22SRC_URI[sha256sum] = "ce250d1fba042c613de38a15d40889b78f7cb6d5461a27e35017ba39b07221e3" 22SRC_URI[sha256sum] = "ce250d1fba042c613de38a15d40889b78f7cb6d5461a27e35017ba39b07221e3"