diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-14 07:49:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-16 10:42:07 +0000 |
commit | b622f7f8f0dd5eb5c3262ae3a95e72dc68cc3470 (patch) | |
tree | e8826222af34ca3fede2be159463bca24131a807 /meta/recipes-devtools/unfs3 | |
parent | db2cf93abccc946b307c7e5d336a06984c0f80f3 (diff) | |
download | poky-b622f7f8f0dd5eb5c3262ae3a95e72dc68cc3470.tar.gz |
unfs3: Fix implicit function declarations of fix_dir_times()
(From OE-Core rev: fbc971f09f9c0db97e7a649b243e44c391d20cd6)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/unfs3')
-rw-r--r-- | meta/recipes-devtools/unfs3/unfs3/0001-locate.c-Include-attr.h.patch | 28 | ||||
-rw-r--r-- | meta/recipes-devtools/unfs3/unfs3_git.bb | 1 |
2 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3/0001-locate.c-Include-attr.h.patch b/meta/recipes-devtools/unfs3/unfs3/0001-locate.c-Include-attr.h.patch new file mode 100644 index 0000000000..076e08fadc --- /dev/null +++ b/meta/recipes-devtools/unfs3/unfs3/0001-locate.c-Include-attr.h.patch | |||
@@ -0,0 +1,28 @@ | |||
1 | From 63e0785bb379a8f2c41f34f5cd938ca38555e605 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Fri, 13 Jan 2023 23:41:01 -0800 | ||
4 | Subject: [PATCH] locate.c: Include attr.h | ||
5 | |||
6 | Its needed for fix_dir_times() API declarations | ||
7 | |||
8 | Upstream-Status: Submitted [https://github.com/unfs3/unfs3/pull/32] | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
10 | --- | ||
11 | locate.c | 1 + | ||
12 | 1 file changed, 1 insertion(+) | ||
13 | |||
14 | diff --git a/locate.c b/locate.c | ||
15 | index 6bbe71f..84e0fe5 100644 | ||
16 | --- a/locate.c | ||
17 | +++ b/locate.c | ||
18 | @@ -27,6 +27,7 @@ | ||
19 | #include "nfs.h" | ||
20 | #include "fh.h" | ||
21 | #include "daemon.h" | ||
22 | +#include "attr.h" | ||
23 | |||
24 | /* | ||
25 | * these are the brute-force file searching routines that are used | ||
26 | -- | ||
27 | 2.39.0 | ||
28 | |||
diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb index a4701bdb57..be3870b8a4 100644 --- a/meta/recipes-devtools/unfs3/unfs3_git.bb +++ b/meta/recipes-devtools/unfs3/unfs3_git.bb | |||
@@ -15,6 +15,7 @@ S = "${WORKDIR}/git" | |||
15 | SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \ | 15 | SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \ |
16 | file://0001-daemon.c-Fix-race-window-for-writing-of-the-pid-file.patch \ | 16 | file://0001-daemon.c-Fix-race-window-for-writing-of-the-pid-file.patch \ |
17 | file://0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch \ | 17 | file://0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch \ |
18 | file://0001-locate.c-Include-attr.h.patch \ | ||
18 | " | 19 | " |
19 | SRCREV = "c8f2d2cd4529955419bad0e163f88d47ff176b8d" | 20 | SRCREV = "c8f2d2cd4529955419bad0e163f88d47ff176b8d" |
20 | UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)" | 21 | UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)" |