diff options
| author | Changqing Li <changqing.li@windriver.com> | 2022-08-15 10:12:05 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-14 19:29:06 -0700 |
| commit | 15a1c43d245a04d003dff2f30caf7a7a79a9c811 (patch) | |
| tree | 76e7027d8030f95da48e45c102ba979b55f37018 | |
| parent | fdad7782b92653399b6d459165fb00bcad80e98a (diff) | |
| download | meta-openembedded-15a1c43d245a04d003dff2f30caf7a7a79a9c811.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>
| -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.4.bb | 4 |
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.4.bb b/meta-oe/recipes-extended/redis/redis_7.0.4.bb index 993ff34b10..cde32e4147 100644 --- a/meta-oe/recipes-extended/redis/redis_7.0.4.bb +++ b/meta-oe/recipes-extended/redis/redis_7.0.4.bb | |||
| @@ -6,7 +6,7 @@ LICENSE = "BSD-3-Clause" | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ffdd6c926faaece928cf9d9640132d2" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ffdd6c926faaece928cf9d9640132d2" |
| 7 | DEPENDS = "readline lua ncurses" | 7 | DEPENDS = "readline lua ncurses" |
| 8 | 8 | ||
| 9 | FILESPATH =. "${FILE_DIRNAME}/${PN}-7:" | 9 | FILESPATH =. "${FILE_DIRNAME}/${BPN}-7:" |
| 10 | 10 | ||
| 11 | SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \ | 11 | SRC_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 | " |
| 22 | SRC_URI[sha256sum] = "f0e65fda74c44a3dd4fa9d512d4d4d833dd0939c934e946a5c622a630d057f2f" | 22 | SRC_URI[sha256sum] = "f0e65fda74c44a3dd4fa9d512d4d4d833dd0939c934e946a5c622a630d057f2f" |
