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

git at git.openembedded.org git at git.openembedded.org
Mon Dec 4 17:25:29 UTC 2017


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

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

commit 1657f98528e6ea70e77b5f8cbe85b8ce970c3535
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>
    Signed-off-by: Armin Kuster <akuster at mvista.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