From e99f1879662e2b692dca4e94b3b6cbbad29770a6 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 27 Jan 2023 14:02:24 +0100 Subject: .patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- .../fatcat/0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch | 2 +- .../recipes-utils/fatcat/fatcat/0002-Enable-64bit-off_t.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-filesystems/recipes-utils') diff --git a/meta-filesystems/recipes-utils/fatcat/fatcat/0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch b/meta-filesystems/recipes-utils/fatcat/fatcat/0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch index 7e215e3080..c612dd8d5d 100644 --- a/meta-filesystems/recipes-utils/fatcat/fatcat/0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch +++ b/meta-filesystems/recipes-utils/fatcat/fatcat/0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch @@ -8,7 +8,7 @@ of any of the GNU specific argp extensions. Include unistd.h directly to allow building with musl on linux, whilst retaining compatibility with glibc and other unices. -Upstream-status: Submitted [https://github.com/Gregwar/fatcat/pull/34] +Upstream-Status: Submitted [https://github.com/Gregwar/fatcat/pull/34] Signed-off-by: Alex Kiernan --- src/fatcat.cpp | 8 ++------ diff --git a/meta-filesystems/recipes-utils/fatcat/fatcat/0002-Enable-64bit-off_t.patch b/meta-filesystems/recipes-utils/fatcat/fatcat/0002-Enable-64bit-off_t.patch index caaf105eea..306e36d068 100644 --- a/meta-filesystems/recipes-utils/fatcat/fatcat/0002-Enable-64bit-off_t.patch +++ b/meta-filesystems/recipes-utils/fatcat/fatcat/0002-Enable-64bit-off_t.patch @@ -10,7 +10,7 @@ same as lseek64 This helps compiling on latest musl where lseek64 and friends are not available -Upstream-status: Submitted [https://github.com/Gregwar/fatcat/pull/34] +Upstream-Status: Submitted [https://github.com/Gregwar/fatcat/pull/34] Signed-off-by: Khem Raj --- CMakeLists.txt | 2 ++ -- cgit 1.2.3-korg