1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

unfs3: Define off64_t in terms of off_t on musl

(From OE-Core rev: b096c469fe54132a9862ffff1daf3dedcfc63ec4)

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>
This commit is contained in:
Khem Raj
2022-12-15 00:45:38 -08:00
committed by Richard Purdie
parent 38156e0785
commit 337a23e0bd
2 changed files with 30 additions and 1 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ DEPENDS:append:class-nativesdk = " flex-nativesdk"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \
file://0001-daemon.c-Fix-race-window-for-writing-of-the-pid-file.patch \
"
file://0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch \
"
SRCREV = "c8f2d2cd4529955419bad0e163f88d47ff176b8d"
UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)"