[oe-commits] [openembedded-core] 18/44: bash-completion: remove rfkill file that util-linux provides

git at git.openembedded.org git at git.openembedded.org
Wed Nov 8 22:36:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit db5f9b8b5f51e8c0b6fc99dfdbac8b11f272d602
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Mon Nov 6 14:10:17 2017 +0800

    bash-completion: remove rfkill file that util-linux provides
    
    Remove the rfkill bash completion file that util-linux provides
    to avoid conflicts.
    
    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.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/bash-completion/bash-completion_2.7.bb b/meta/recipes-support/bash-completion/bash-completion_2.7.bb
index 7877e51..f519b3f 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.7.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.7.bb
@@ -25,7 +25,7 @@ do_install_append() {
 
 	# Delete files already provided by util-linux
 	local i
-	for i in mount umount; do
+	for i in mount umount rfkill; 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