[OE-core] [PATCH 2/2] bash-completion: remove rfkill file that util-linux provides

Chen Qi Qi.Chen at windriver.com
Mon Nov 6 06:10:17 UTC 2017


Remove the rfkill bash completion file that util-linux provides
to avoid conflicts.

Signed-off-by: Chen Qi <Qi.Chen at windriver.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
 }
-- 
1.9.1




More information about the Openembedded-core mailing list