mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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>
This commit is contained in:
parent
fdad7782b9
commit
15a1c43d24
|
|
@ -6,7 +6,7 @@ LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ffdd6c926faaece928cf9d9640132d2"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8ffdd6c926faaece928cf9d9640132d2"
|
||||||
DEPENDS = "readline lua ncurses"
|
DEPENDS = "readline lua ncurses"
|
||||||
|
|
||||||
FILESPATH =. "${FILE_DIRNAME}/${PN}-7:"
|
FILESPATH =. "${FILE_DIRNAME}/${BPN}-7:"
|
||||||
|
|
||||||
SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \
|
SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \
|
||||||
file://redis.conf \
|
file://redis.conf \
|
||||||
|
|
@ -16,7 +16,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \
|
||||||
file://lua-update-Makefile-to-use-environment-build-setting.patch \
|
file://lua-update-Makefile-to-use-environment-build-setting.patch \
|
||||||
file://oe-use-libc-malloc.patch \
|
file://oe-use-libc-malloc.patch \
|
||||||
file://0001-src-Do-not-reset-FINAL_LIBS.patch \
|
file://0001-src-Do-not-reset-FINAL_LIBS.patch \
|
||||||
file://GNU_SOURCE.patch \
|
file://GNU_SOURCE-7.patch \
|
||||||
file://0006-Define-correct-gregs-for-RISCV32.patch \
|
file://0006-Define-correct-gregs-for-RISCV32.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "f0e65fda74c44a3dd4fa9d512d4d4d833dd0939c934e946a5c622a630d057f2f"
|
SRC_URI[sha256sum] = "f0e65fda74c44a3dd4fa9d512d4d4d833dd0939c934e946a5c622a630d057f2f"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user