diff options
Diffstat (limited to 'meta/recipes-devtools/unfs3/unfs3_git.bb')
-rw-r--r-- | meta/recipes-devtools/unfs3/unfs3_git.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb deleted file mode 100644 index c5b7898b3c..0000000000 --- a/meta/recipes-devtools/unfs3/unfs3_git.bb +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | SUMMARY = "Userspace NFS server v3 protocol" | ||
2 | DESCRIPTION = "UNFS3 is a user-space implementation of the NFSv3 server \ | ||
3 | specification. It provides a daemon for the MOUNT and NFS protocols, which \ | ||
4 | are used by NFS clients for accessing files on the server." | ||
5 | HOMEPAGE = "https://github.com/unfs3/unfs3" | ||
6 | SECTION = "console/network" | ||
7 | LICENSE = "unfs3" | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" | ||
9 | |||
10 | DEPENDS = "flex-native bison-native flex" | ||
11 | DEPENDS += "libtirpc" | ||
12 | DEPENDS:append:class-nativesdk = " flex-nativesdk" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
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 \ | ||
17 | file://0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch \ | ||
18 | file://0001-locate.c-Include-attr.h.patch \ | ||
19 | file://0001-fix-building-on-macOS.patch \ | ||
20 | file://0001-attr-fix-utime-for-symlink.patch \ | ||
21 | " | ||
22 | SRCREV = "c8f2d2cd4529955419bad0e163f88d47ff176b8d" | ||
23 | UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)" | ||
24 | |||
25 | PV = "0.10.0" | ||
26 | |||
27 | BBCLASSEXTEND = "native nativesdk" | ||
28 | |||
29 | inherit autotools pkgconfig | ||
30 | EXTRA_OECONF:append:class-native = " --sbindir=${bindir}" | ||