]> code.ossystems Code Review - openembedded-core.git/commitdiff
bash-completion: update to 2.8
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 4 Apr 2018 11:13:07 +0000 (14:13 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 May 2018 13:05:19 +0000 (14:05 +0100)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/bash-completion/bash-completion_2.8.bb [moved from meta/recipes-support/bash-completion/bash-completion_2.7.bb with 86% similarity]

similarity index 86%
rename from meta/recipes-support/bash-completion/bash-completion_2.7.bb
rename to meta/recipes-support/bash-completion/bash-completion_2.8.bb
index f519b3f3da4b1e4cd951a001df510ddada6cc034..85064343e3057da7cb3654bc936a9912849d5ba2 100644 (file)
@@ -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] = "28117492bdc9408438e6041683a423ce"
-SRC_URI[sha256sum] = "41ba892d3f427d4a686de32673f35401bc947a7801f684127120cdb13641441e"
+SRC_URI[md5sum] = "201b6ae62f7d5fb5b1b25e34427db919"
+SRC_URI[sha256sum] = "c01f5570f5698a0dda8dc9cfb2a83744daa1ec54758373a6e349bd903375f54d"
 UPSTREAM_CHECK_REGEX = "bash-completion-(?P<pver>(?!2008).+)\.tar"
 UPSTREAM_CHECK_URI = "https://github.com/scop/bash-completion/releases"
 
@@ -25,7 +25,7 @@ do_install_append() {
 
        # Delete files already provided by util-linux
        local i
-       for i in mount umount rfkill; do
+       for i in mount umount; do
                rm ${D}${datadir}/${BPN}/completions/$i
        done
 }