mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
bash-completion: remove rfkill file that util-linux provides
Remove the rfkill bash completion file that util-linux provides to avoid conflicts. (From OE-Core rev: 1657f98528e6ea70e77b5f8cbe85b8ce970c3535) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
aa6e825bf0
commit
3eca58ca70
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user