mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
nfs-utils: do not check for nfsd kernel module as it can be built-in into kernel (like qemux86 do)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1395 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
#
|
#
|
||||||
# Startup script for nfs-utils
|
# Startup script for nfs-utils
|
||||||
#
|
#
|
||||||
# The nfsd kernel module must exist along with its dependencies
|
|
||||||
modprobe -n nfsd || exit 0
|
|
||||||
#
|
#
|
||||||
# The environment variable NFS_SERVERS may be set in /etc/default/nfsd
|
# The environment variable NFS_SERVERS may be set in /etc/default/nfsd
|
||||||
# Other control variables may be overridden here too
|
# Other control variables may be overridden here too
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "userspace utilities for kernel nfs"
|
|||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
PR = "r9"
|
PR = "r10"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \
|
SRC_URI = "${SOURCEFORGE_MIRROR}/nfs/nfs-utils-${PV}.tar.gz \
|
||||||
file://acinclude-lossage.patch;patch=1 \
|
file://acinclude-lossage.patch;patch=1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user