diff options
Diffstat (limited to 'recipes/initrdscripts/initramfs-module-nfs_1.0.bb')
-rw-r--r-- | recipes/initrdscripts/initramfs-module-nfs_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/initrdscripts/initramfs-module-nfs_1.0.bb b/recipes/initrdscripts/initramfs-module-nfs_1.0.bb index 77c38799f3..0c303cbeb8 100644 --- a/recipes/initrdscripts/initramfs-module-nfs_1.0.bb +++ b/recipes/initrdscripts/initramfs-module-nfs_1.0.bb @@ -1,8 +1,8 @@ SRC_URI = "file://80-nfsboot.sh" PR = "r2" DESCRIPTION = "An initramfs module for booting via NFS." -RDEPENDS = "initramfs-uniboot" -RRECOMMENDS = "kernel-module-g-ether kernel-module-nfs" +RDEPENDS_${PN} = "initramfs-uniboot" +RRECOMMENDS_${PN} = "kernel-module-g-ether kernel-module-nfs" do_install() { install -d ${D}/initrd.d |