Re: [OE-core] [PATCH 08/22] bash-completion: update to 2.8

2018-04-05 Thread Khem Raj
On Thu, Apr 5, 2018 at 2:27 AM, Alexander Kanavin wrote: > On 04/05/2018 03:18 AM, Khem Raj wrote: >>> >>> # Delete files already provided by util-linux >>> local i >>> - for i in mount umount rfkill; do >>> + for i in mount umount;

Re: [OE-core] [PATCH 08/22] bash-completion: update to 2.8

2018-04-05 Thread Alexander Kanavin
On 04/05/2018 03:18 AM, Khem Raj wrote: # Delete files already provided by util-linux local i - for i in mount umount rfkill; do + for i in mount umount; do where did rfkill go ? util-linux obviously. bash-completion no longer provides it in 2.8. Alex --

Re: [OE-core] [PATCH 08/22] bash-completion: update to 2.8

2018-04-04 Thread Khem Raj
On 4/4/18 4:13 AM, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > .../{bash-completion_2.7.bb => bash-completion_2.8.bb} | 6 > +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename

[OE-core] [PATCH 08/22] bash-completion: update to 2.8

2018-04-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{bash-completion_2.7.bb => bash-completion_2.8.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/bash-completion/{bash-completion_2.7.bb => bash-completion_2.8.bb}