summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/unfs3/unfs3_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/unfs3/unfs3_git.bb')
-rw-r--r--meta/recipes-devtools/unfs3/unfs3_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb
index d60cee87c9..d1b3fb8f57 100644
--- a/meta/recipes-devtools/unfs3/unfs3_git.bb
+++ b/meta/recipes-devtools/unfs3/unfs3_git.bb
@@ -2,6 +2,7 @@ SUMMARY = "Userspace NFS server v3 protocol"
2DESCRIPTION = "UNFS3 is a user-space implementation of the NFSv3 server \ 2DESCRIPTION = "UNFS3 is a user-space implementation of the NFSv3 server \
3specification. It provides a daemon for the MOUNT and NFS protocols, which \ 3specification. It provides a daemon for the MOUNT and NFS protocols, which \
4are used by NFS clients for accessing files on the server." 4are used by NFS clients for accessing files on the server."
5HOMEPAGE = "https://github.com/unfs3/unfs3"
5SECTION = "console/network" 6SECTION = "console/network"
6LICENSE = "unfs3" 7LICENSE = "unfs3"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e"
@@ -13,7 +14,7 @@ DEPENDS_append_class-nativesdk = " flex-nativesdk"
13ASNEEDED = "" 14ASNEEDED = ""
14 15
15S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
16SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https \ 17SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \
17 file://unfs3_parallel_build.patch \ 18 file://unfs3_parallel_build.patch \
18 file://alternate_rpc_ports.patch \ 19 file://alternate_rpc_ports.patch \
19 file://fix_pid_race_parent_writes_child_pid.patch \ 20 file://fix_pid_race_parent_writes_child_pid.patch \
@@ -35,7 +36,7 @@ BBCLASSEXTEND = "native nativesdk"
35inherit autotools 36inherit autotools
36EXTRA_OECONF_append_class-native = " --sbindir=${bindir}" 37EXTRA_OECONF_append_class-native = " --sbindir=${bindir}"
37CFLAGS_append = " -I${STAGING_INCDIR}/tirpc" 38CFLAGS_append = " -I${STAGING_INCDIR}/tirpc"
38LDFLAGS_append = " -ltirpc" 39EXTRA_OECONF_append = " LIBS=-ltirpc"
39 40
40# Turn off these header detects else the inode search 41# Turn off these header detects else the inode search
41# will walk entire file systems and this is a real problem 42# will walk entire file systems and this is a real problem