diff options
Diffstat (limited to 'recipes/nfs-utils/nfs-utils_1.0.6.bb')
-rw-r--r-- | recipes/nfs-utils/nfs-utils_1.0.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/nfs-utils/nfs-utils_1.0.6.bb b/recipes/nfs-utils/nfs-utils_1.0.6.bb index e847c86ced..3a07856e31 100644 --- a/recipes/nfs-utils/nfs-utils_1.0.6.bb +++ b/recipes/nfs-utils/nfs-utils_1.0.6.bb @@ -20,8 +20,8 @@ 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. -RDEPENDS = "portmap" -RRECOMMENDS = "kernel-module-nfsd" +RDEPENDS_${PN} = "portmap" +RRECOMMENDS_${PN} = "kernel-module-nfsd" INITSCRIPT_NAME = "nfsserver" # The server has no dependencies at the user run levels, so just put |