diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-06-21 13:10:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-01 16:22:42 +0100 |
commit | f4008338c90478642e91e57c805d096037f71478 (patch) | |
tree | e011c8b6d61847f1f2a70f6d690c09c24956f716 /meta | |
parent | 73dcfb6f1068acce0fcf05866c398a82fcba4b66 (diff) | |
download | poky-f4008338c90478642e91e57c805d096037f71478.tar.gz |
bash-completion: delete files util-linux provides
(From OE-Core rev: ae4e994b7a23ceeef00137110a35fbe0e509caec)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/bash-completion/bash-completion_2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 987772005a..4126262d6b 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() { | |||
25 | 25 | ||
26 | # Delete files already provided by util-linux | 26 | # Delete files already provided by util-linux |
27 | local i | 27 | local i |
28 | for i in cal dmesg eject hexdump hwclock ionice look renice rtcwake su; do | 28 | for i in cal dmesg eject hexdump hwclock ionice look renice rtcwake su mount umount; do |
29 | rm ${D}${datadir}/${BPN}/completions/$i | 29 | rm ${D}${datadir}/${BPN}/completions/$i |
30 | done | 30 | done |
31 | 31 | ||