summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb')
-rw-r--r--meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb
new file mode 100644
index 0000000000..f87b170a7b
--- /dev/null
+++ b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb
@@ -0,0 +1,31 @@
1SUMMARY = "Userspace NFS server v3 protocol"
2SECTION = "console/network"
3LICENSE = "unfs3"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e"
5
6DEPENDS = "flex-native bison-native flex"
7DEPENDS_append_class-nativesdk += "flex-nativesdk"
8
9SRC_URI[md5sum] = "3687acc4ee992e536472365dd99712a7"
10SRC_URI[sha256sum] = "274b43ada9c6eea1da26eb7010d72889c5278984ba0b50dff4e093057d4d64f8"
11
12MOD_PV = "490"
13S = "${WORKDIR}/trunk"
14SRC_URI = "svn://svn.code.sf.net/p/unfs3/code;module=trunk;rev=${MOD_PV} \
15 file://unfs3_parallel_build.patch \
16 file://alternate_rpc_ports.patch \
17 file://fix_pid_race_parent_writes_child_pid.patch \
18 file://fix_compile_warning.patch \
19 file://rename_fh_cache.patch \
20 file://relative_max_socket_path_len.patch \
21 file://fix_warnings.patch \
22 file://tcp_no_delay.patch \
23 "
24BBCLASSEXTEND = "native nativesdk"
25
26inherit autotools
27
28# Turn off these header detects else the inode search
29# will walk entire file systems and this is a real problem
30# if you have 2 TB of files to walk in your file system
31CACHED_CONFIGUREVARS = "ac_cv_header_mntent_h=no ac_cv_header_sys_mnttab_h=no"