diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2013-10-24 10:40:50 -0400 |
|---|---|---|
| committer | Joe MacDonald <joe@deserted.net> | 2013-10-24 14:05:35 -0400 |
| commit | 2e4b24dad58095579ce3fb34a33b029cfcf0a813 (patch) | |
| tree | f43e5c45e360cf9a334d8eb8c8be8c37db2ff80c /meta-networking | |
| parent | ddfcd90894a9b16e13b471d75745ae7b9cf7fca7 (diff) | |
| download | meta-openembedded-2e4b24dad58095579ce3fb34a33b029cfcf0a813.tar.gz | |
cifs-utils: add --ignore-fail-on-non-empty for rmdir
Add --ignore-fail-on-non-empty for rmdir in case there are files in the
directories.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-support/cifs/cifs-utils_git.bb | 2 |
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 fc7a4d345e..d8de714ed4 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 | |||
| 20 | do_install_append() { | 20 | do_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 | ||
| 26 | RRECOMMENDS_${PN} = "kernel-module-cifs" | 26 | RRECOMMENDS_${PN} = "kernel-module-cifs" |
