Because the files are no longer included in bash-completion. They are provided only by util-linux now, previously they were provided by both.
Alex > On 19 May 2019, at 6.48, Khem Raj <[email protected]> wrote: > > > >> On 5/17/19 11:11 AM, Alexander Kanavin wrote: >> Signed-off-by: Alexander Kanavin <[email protected]> >> --- >> .../{bash-completion_2.8.bb => bash-completion_2.9.bb} | 7 ++----- >> 1 file changed, 2 insertions(+), 5 deletions(-) >> rename meta/recipes-support/bash-completion/{bash-completion_2.8.bb => >> bash-completion_2.9.bb} (82%) >> diff --git a/meta/recipes-support/bash-completion/bash-completion_2.8.bb >> b/meta/recipes-support/bash-completion/bash-completion_2.9.bb >> similarity index 82% >> rename from meta/recipes-support/bash-completion/bash-completion_2.8.bb >> rename to meta/recipes-support/bash-completion/bash-completion_2.9.bb >> index 85064343e30..ce66ba5a2a8 100644 >> --- a/meta/recipes-support/bash-completion/bash-completion_2.8.bb >> +++ b/meta/recipes-support/bash-completion/bash-completion_2.9.bb >> @@ -9,8 +9,8 @@ SECTION = "console/utils" >> SRC_URI = >> "https://github.com/scop/bash-completion/releases/download/${PV}/${BPN}-${PV}.tar.xz" >> -SRC_URI[md5sum] = "201b6ae62f7d5fb5b1b25e34427db919" >> -SRC_URI[sha256sum] = >> "c01f5570f5698a0dda8dc9cfb2a83744daa1ec54758373a6e349bd903375f54d" >> +SRC_URI[md5sum] = "60139333b25c4d54ad40323b701be130" >> +SRC_URI[sha256sum] = >> "d48fe378e731062f479c5f8802ffa9d3c40a275a19e6e0f6f6cc4b90fa12b2f5" >> UPSTREAM_CHECK_REGEX = "bash-completion-(?P<pver>(?!2008).+)\.tar" >> UPSTREAM_CHECK_URI = "https://github.com/scop/bash-completion/releases" >> @@ -25,9 +25,6 @@ do_install_append() { >> # Delete files already provided by util-linux >> local i >> - for i in mount umount; do >> - rm ${D}${datadir}/${BPN}/completions/$i >> - done > > why is this deleted ? > >> } >> RDEPENDS_${PN} = "bash" -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
