summaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-01-27 14:02:24 +0100
committerKhem Raj <raj.khem@gmail.com>2023-01-27 17:06:52 -0800
commite99f1879662e2b692dca4e94b3b6cbbad29770a6 (patch)
tree877a0524f45741fcb57bb8f20f2820eba164bf85 /meta-filesystems
parentbfb764ed830537b4e8cd85a2d01850238afc5725 (diff)
downloadmeta-openembedded-e99f1879662e2b692dca4e94b3b6cbbad29770a6.tar.gz
.patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-utils/fatcat/fatcat/0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch2
-rw-r--r--meta-filesystems/recipes-utils/fatcat/fatcat/0002-Enable-64bit-off_t.patch2
2 files changed, 2 insertions, 2 deletions
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
8allow building with musl on linux, whilst retaining compatibility with 8allow building with musl on linux, whilst retaining compatibility with
9glibc and other unices. 9glibc and other unices.
10 10
11Upstream-status: Submitted [https://github.com/Gregwar/fatcat/pull/34] 11Upstream-Status: Submitted [https://github.com/Gregwar/fatcat/pull/34]
12Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> 12Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
13--- 13---
14 src/fatcat.cpp | 8 ++------ 14 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
10This helps compiling on latest musl where lseek64 and friends are not 10This helps compiling on latest musl where lseek64 and friends are not
11available 11available
12 12
13Upstream-status: Submitted [https://github.com/Gregwar/fatcat/pull/34] 13Upstream-Status: Submitted [https://github.com/Gregwar/fatcat/pull/34]
14Signed-off-by: Khem Raj <raj.khem@gmail.com> 14Signed-off-by: Khem Raj <raj.khem@gmail.com>
15--- 15---
16 CMakeLists.txt | 2 ++ 16 CMakeLists.txt | 2 ++