summaryrefslogtreecommitdiff
path: root/meta/packages/nfs-utils/nfs-utils-1.0.6/forgotten-defines
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-07-07 13:55:23 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-08 21:14:00 -0700
commit3451dc818787031b8dfd69db4baf213a4a085024 (patch)
tree957aeb63a77b9d8c1022cc5d3cbb34d1021fdd40 /meta/packages/nfs-utils/nfs-utils-1.0.6/forgotten-defines
parent5bd2ba7e23cc90e1e4e99a19f19281f6449edc1e (diff)
downloadopenembedded-core-3451dc818787031b8dfd69db4baf213a4a085024.tar.gz
openembedded-core-3451dc818787031b8dfd69db4baf213a4a085024.tar.bz2
openembedded-core-3451dc818787031b8dfd69db4baf213a4a085024.tar.xz
openembedded-core-3451dc818787031b8dfd69db4baf213a4a085024.zip
nfs-utils: upgrade to version 1.2.2
from 1.0.6 changes: - there are several new dependencies: tirpc, libcap libgss, libnfsimap, libevent and libwrap. disable tirpc, libgss, libwrap - several changes are in upstream now, include the bzero change and stat-include change, remove the patches - a new build system is used, custom macros are now moved to aclocal/, acinclude and rpcgen fixes are not necessary any more - rebase uclibc patch - enable nfsv41, nfsv3 and nfsv4 are default turned on - do_compile is no longer needed - the install target has changed a lot, instead of updating the file list manually, try to use oe_runmake install for installation. Several files are built against build environment, they are removed from the packages. Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/nfs-utils/nfs-utils-1.0.6/forgotten-defines')
-rw-r--r--meta/packages/nfs-utils/nfs-utils-1.0.6/forgotten-defines5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/packages/nfs-utils/nfs-utils-1.0.6/forgotten-defines b/meta/packages/nfs-utils/nfs-utils-1.0.6/forgotten-defines
deleted file mode 100644
index a18333100..000000000
--- a/meta/packages/nfs-utils/nfs-utils-1.0.6/forgotten-defines
+++ /dev/null
@@ -1,5 +0,0 @@
-
-/* This defines the location of the NFS state files
- * Warning: these must match definitions in config.mk!
- */
-#define NFS_STATEDIR "/var/lib/nfs"