diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2014-01-23 08:32:42 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:48:27 +0000 |
commit | d577c56519a448b142da5b43e46d5bd9d3a3b4bd (patch) | |
tree | 380329d81def9102a25ce0b4bdf214ac0bf90ba0 /meta/site | |
parent | 24183f5ec9c71db936e75060387941463d30d962 (diff) | |
download | openembedded-core-contrib-d577c56519a448b142da5b43e46d5bd9d3a3b4bd.tar.gz |
unfs3, unfs-server: Replace all instances of unfs-server with unfs3
Other recipes dependencies and even some comments need to be updated
for the removal of unfs-server and the replacement with unfs3. The
unfs3 is a complete drop in replacement providing all the prior
functionality of NFSv2 but also adding NFSv3.
[YOCTO #5639]
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/site')
-rw-r--r-- | meta/site/ix86-common | 2 | ||||
-rw-r--r-- | meta/site/x86_64-linux | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/site/ix86-common b/meta/site/ix86-common index 21fcf38142a..5cd2ce262c7 100644 --- a/meta/site/ix86-common +++ b/meta/site/ix86-common @@ -216,7 +216,7 @@ moz_cv_size_of_JS_BYTES_PER_DOUBLE=8 #ofono ac_cv_lib_c_signalfd=${ac_cv_lib_c_signalfd=yes} -#unfs-server +#unfs3 nfsd_cv_broken_setfsuid=${nfsd_cv_broken_setfsuid=0} nfsd_cv_func_statfs=${nfsd_cv_func_statfs=statfs2_bsize} nfsd_cv_bsd_signals=${nfsd_cv_bsd_signals=yes} diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index b4434fe640d..573a9070eeb 100644 --- a/meta/site/x86_64-linux +++ b/meta/site/x86_64-linux @@ -98,7 +98,7 @@ ac_cv_alignof_CORBA_wchar=2 lf_cv_sane_realloc=yes as_cv_unaligned_access=${as_cv_unaligned_access=yes} -#unfs-server +#unfs3 nfsd_cv_broken_setfsuid=${nfsd_cv_broken_setfsuid=0} nfsd_cv_func_statfs=${nfsd_cv_func_statfs=statfs2_bsize} nfsd_cv_bsd_signals=${nfsd_cv_bsd_signals=yes} |