From 8adcafc239ccb3fa9fc968140b43da90d735ce21 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 21 Jan 2013 21:04:26 -0800 Subject: nfs-utils: Upgrade 1.2.3 -> 1.2.8-rc3 Disable nfsv4l since it needs LVM2 which is not available in OE-Core Disable nfsdcltrack since its configure time check for sqlite3 is not cross compiling safe It can support ipv6 but thats disabled since we disable libtirpc which is needed for ipv6 support in nfs-utils Patches imported from fedora to take us to 1.2.8-rc3 (From OE-Core rev: 658bfe4690005d0a68dc4e3ca2bc741ff4c89f28) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- .../nfs-utils/nfs-utils_1.2.3.bb | 62 ---------------------- 1 file changed, 62 deletions(-) delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb (limited to 'meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb') diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb deleted file mode 100644 index 84b8e76315..0000000000 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bb +++ /dev/null @@ -1,62 +0,0 @@ -SUMMARY = "userspace utilities for kernel nfs" -DESCRIPTION = "The nfs-utils package provides a daemon for the kernel \ -NFS server and related tools." -HOMEPAGE = "http://nfs.sourceforge.net/" -SECTION = "console/network" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" - -# util-linux for libblkid -DEPENDS = "libcap libnfsidmap libevent util-linux tcp-wrappers" -RDEPENDS_${PN} = "rpcbind" -RRECOMMENDS_${PN} = "kernel-module-nfsd" - -PR = "r5" - -SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.bz2 \ - file://nfs-utils-1.0.6-uclibc.patch \ - file://nfs-utils-1.2.3-uclibc-libio.h.patch \ - file://nfs-utils-nfsctl-x32-fix.patch \ - file://nfsserver" - -SRC_URI[md5sum] = "1131dc5f27c4f3905a6e7ee0d594fd4d" -SRC_URI[sha256sum] = "5575ece941097cbfa67fbe0d220dfa11b73f5e6d991e7939c9339bd72259ff19" - -PARALLEL_MAKE = "" - -# Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will -# pull in the remainder of the dependencies. - -INITSCRIPT_NAME = "nfsserver" -# The server has no dependencies at the user run levels, so just put -# it in at the default levels. It must be terminated before the network -# in the shutdown levels, but that works fine. -INITSCRIPT_PARAMS = "defaults" - -inherit autotools update-rc.d - -# --enable-uuid is need for cross-compiling -EXTRA_OECONF = "--with-statduser=nobody \ - --enable-nfsv41 \ - --enable-uuid \ - --disable-gss \ - --disable-tirpc \ - --with-statedir=/var/lib/nfs" - -INHIBIT_AUTO_STAGE = "1" - -PACKAGES =+ "${PN}-client ${PN}-stats" -FILES_${PN}-client = "${base_sbindir}/*mount.nfs*" -FILES_${PN}-stats = "${sbindir}/mountstats ${sbindir}/nfsiostat" -RDEPENDS_${PN}-stats = "python" - -do_install_append () { - install -d ${D}${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/nfsserver ${D}${sysconfdir}/init.d/nfsserver - - # the following are built by CC_FOR_BUILD - rm -f ${D}${sbindir}/rpcdebug - rm -f ${D}${sbindir}/rpcgen - rm -f ${D}${sbindir}/locktest -} -- cgit v1.2.3-54-g00ecf