summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/unfs3/unfs3_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-02-13 13:04:17 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-15 10:21:35 +0000
commit02100e6b2098b738f4d0d95677bf153f8ef4a60b (patch)
tree294f57774c1d2cc2afd48921c42e342eee49a184 /meta/recipes-devtools/unfs3/unfs3_git.bb
parent95bc76cfdb12f6af890b7b34e7d16968adb43b2a (diff)
downloadpoky-02100e6b2098b738f4d0d95677bf153f8ef4a60b.tar.gz
unfs3: Add missing header files
These enable builds with additional warnings as errors (From OE-Core rev: 2a04a5d5b732107316e0dd22fd59bf67b2e3572d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/unfs3/unfs3_git.bb')
-rw-r--r--meta/recipes-devtools/unfs3/unfs3_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb
index be3870b8a4..9913a503e8 100644
--- a/meta/recipes-devtools/unfs3/unfs3_git.bb
+++ b/meta/recipes-devtools/unfs3/unfs3_git.bb
@@ -16,6 +16,7 @@ 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 file://0001-locate.c-Include-attr.h.patch \
19 file://0001-fix-building-on-macOS.patch \
19 " 20 "
20SRCREV = "c8f2d2cd4529955419bad0e163f88d47ff176b8d" 21SRCREV = "c8f2d2cd4529955419bad0e163f88d47ff176b8d"
21UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)" 22UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)"