summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/cifs
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/cifs')
-rw-r--r--meta-networking/recipes-support/cifs/cifs-utils_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
index fc7a4d345..d8de714ed 100644
--- a/meta-networking/recipes-support/cifs/cifs-utils_git.bb
+++ b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
@@ -20,7 +20,7 @@ inherit autotools pkgconfig
20do_install_append() { 20do_install_append() {
21 # Remove empty /usr/bin and /usr/sbin directories since the mount helper 21 # Remove empty /usr/bin and /usr/sbin directories since the mount helper
22 # is installed to /sbin 22 # is installed to /sbin
23 rmdir ${D}${bindir} ${D}${sbindir} 23 rmdir --ignore-fail-on-non-empty ${D}${bindir} ${D}${sbindir}
24} 24}
25 25
26RRECOMMENDS_${PN} = "kernel-module-cifs" 26RRECOMMENDS_${PN} = "kernel-module-cifs"