[oe-commits] [openembedded-core] 22/83: bash-completion: delete files util-linux provides

git at git.openembedded.org git at git.openembedded.org
Fri Jul 1 15:31:50 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ae4e994b7a23ceeef00137110a35fbe0e509caec
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Tue Jun 21 13:10:02 2016 +0800

    bash-completion: delete files util-linux provides
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/bash-completion/bash-completion_2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/bash-completion/bash-completion_2.1.bb b/meta/recipes-support/bash-completion/bash-completion_2.1.bb
index 9877720..4126262 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.1.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.1.bb
@@ -25,7 +25,7 @@ do_install_append() {
 
 	# Delete files already provided by util-linux
 	local i
-	for i in cal dmesg eject hexdump hwclock ionice look renice rtcwake su; do
+	for i in cal dmesg eject hexdump hwclock ionice look renice rtcwake su mount umount; do
 		rm ${D}${datadir}/${BPN}/completions/$i
 	done
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list