From 3451dc818787031b8dfd69db4baf213a4a085024 Mon Sep 17 00:00:00 2001 From: Qing He Date: Wed, 7 Jul 2010 13:55:23 +0800 Subject: 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 --- meta/packages/nfs-utils/nfs-utils-1.0.6/forgotten-defines | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 meta/packages/nfs-utils/nfs-utils-1.0.6/forgotten-defines (limited to 'meta/packages/nfs-utils/nfs-utils-1.0.6/forgotten-defines') 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" -- cgit v1.2.3