From b2c2c485310c9f5d392cb247eddf4dce35c87e09 Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Tue, 2 Jul 2024 09:44:23 +0200 Subject: [PATCH] package/freescale-imx/imx-kobs: update the patches to be applied with fuzz 0 Commit 8f88a644ed7d6 ("support/scripts/apply-patches.sh: set the maximum fuzz factor to 0") reduced the fuzz factor. Due to this change, imx-kobs fails to build with output: Applying 0001-Fix-musl-build.patch using patch: patching file src/mtd.c Hunk #1 FAILED at 31. 1 out of 1 hunk FAILED -- saving rejects to file src/mtd.c.rej This commit refreshes the package patch on the current package version. Signed-off-by: Dario Binacchi Signed-off-by: Arnout Vandecappelle --- package/freescale-imx/imx-kobs/0001-Fix-musl-build.patch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/freescale-imx/imx-kobs/0001-Fix-musl-build.patch b/package/freescale-imx/imx-kobs/0001-Fix-musl-build.patch index ce123de9cc..373b34ffce 100644 --- a/package/freescale-imx/imx-kobs/0001-Fix-musl-build.patch +++ b/package/freescale-imx/imx-kobs/0001-Fix-musl-build.patch @@ -1,6 +1,8 @@ [PATCH] Fix musl build Signed-off-by: Gary Bisson +[Dario: make the patch to be applied with fuzz factor 0] +Signed-off-by: Dario Binacchi --- src/mtd.c | 1 + src/mtd.h | 5 +++++ @@ -17,6 +19,7 @@ index 1edc441..6d2264c 100644 +#include #include #include + #include diff --git a/src/mtd.h b/src/mtd.h index bd21add..debfc84 100644