diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2023-01-27 14:02:24 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-27 17:06:52 -0800 |
| commit | e99f1879662e2b692dca4e94b3b6cbbad29770a6 (patch) | |
| tree | 877a0524f45741fcb57bb8f20f2820eba164bf85 /meta-filesystems | |
| parent | bfb764ed830537b4e8cd85a2d01850238afc5725 (diff) | |
| download | meta-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.patch | 2 | ||||
| -rw-r--r-- | meta-filesystems/recipes-utils/fatcat/fatcat/0002-Enable-64bit-off_t.patch | 2 |
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 | |||
| 8 | allow building with musl on linux, whilst retaining compatibility with | 8 | allow building with musl on linux, whilst retaining compatibility with |
| 9 | glibc and other unices. | 9 | glibc and other unices. |
| 10 | 10 | ||
| 11 | Upstream-status: Submitted [https://github.com/Gregwar/fatcat/pull/34] | 11 | Upstream-Status: Submitted [https://github.com/Gregwar/fatcat/pull/34] |
| 12 | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> | 12 | Signed-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 | |||
| 10 | This helps compiling on latest musl where lseek64 and friends are not | 10 | This helps compiling on latest musl where lseek64 and friends are not |
| 11 | available | 11 | available |
| 12 | 12 | ||
| 13 | Upstream-status: Submitted [https://github.com/Gregwar/fatcat/pull/34] | 13 | Upstream-Status: Submitted [https://github.com/Gregwar/fatcat/pull/34] |
| 14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 15 | --- | 15 | --- |
| 16 | CMakeLists.txt | 2 ++ | 16 | CMakeLists.txt | 2 ++ |
