From 64c0587b69b7fbd2f758cc6907e8c2f226b4a8b3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 28 Feb 2024 15:32:08 +0800 Subject: bash-completion: upgrade 2.11 -> 2.12.0 License-Update: docs(COPYING): use unmodified upstream license file Changelog: https://github.com/scop/bash-completion/releases/tag/2.12.0 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../bash-completion/bash-completion_2.11.bb | 39 ---------------------- .../bash-completion/bash-completion_2.12.0.bb | 38 +++++++++++++++++++++ 2 files changed, 38 insertions(+), 39 deletions(-) delete mode 100644 meta/recipes-support/bash-completion/bash-completion_2.11.bb create mode 100644 meta/recipes-support/bash-completion/bash-completion_2.12.0.bb (limited to 'meta/recipes-support/bash-completion') diff --git a/meta/recipes-support/bash-completion/bash-completion_2.11.bb b/meta/recipes-support/bash-completion/bash-completion_2.11.bb deleted file mode 100644 index 19bc81619f..0000000000 --- a/meta/recipes-support/bash-completion/bash-completion_2.11.bb +++ /dev/null @@ -1,39 +0,0 @@ -SUMMARY = "Programmable Completion for Bash 4" -DESCRIPTION = "Collection of command line command completions for the Bash shell, \ -collection of helper functions to assist in creating new completions, \ -and set of facilities for loading completions automatically on demand, as well \ -as installing them." - -HOMEPAGE = "https://github.com/scop/bash-completion" -BUGTRACKER = "https://github.com/scop/bash-completion/issues" - -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -SECTION = "console/utils" - -SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" - -SRC_URI[md5sum] = "2514c6772d0de6254758b98c53f91861" -SRC_URI[sha256sum] = "73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac" -GITHUB_BASE_URI = "https://github.com/scop/bash-completion/releases" - -PARALLEL_MAKE = "" - -inherit autotools github-releases - -do_install:append() { - # compatdir - install -d ${D}${sysconfdir}/bash_completion.d/ - echo '. ${datadir}/${BPN}/bash_completion' >${D}${sysconfdir}/bash_completion - -} - -RDEPENDS:${PN} = "bash" - -# Some recipes are providing ${PN}-bash-completion packages -PACKAGES =+ "${PN}-extra" -FILES:${PN}-extra = "${datadir}/${BPN}/completions/ \ - ${datadir}/${BPN}/helpers/" - -BBCLASSEXTEND = "nativesdk" diff --git a/meta/recipes-support/bash-completion/bash-completion_2.12.0.bb b/meta/recipes-support/bash-completion/bash-completion_2.12.0.bb new file mode 100644 index 0000000000..66f65f565c --- /dev/null +++ b/meta/recipes-support/bash-completion/bash-completion_2.12.0.bb @@ -0,0 +1,38 @@ +SUMMARY = "Programmable Completion for Bash 4" +DESCRIPTION = "Collection of command line command completions for the Bash shell, \ +collection of helper functions to assist in creating new completions, \ +and set of facilities for loading completions automatically on demand, as well \ +as installing them." + +HOMEPAGE = "https://github.com/scop/bash-completion" +BUGTRACKER = "https://github.com/scop/bash-completion/issues" + +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SECTION = "console/utils" + +SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" + +SRC_URI[sha256sum] = "3eb05b1783c339ef59ed576afb0f678fa4ef49a6de8a696397df3148f8345af9" +GITHUB_BASE_URI = "https://github.com/scop/bash-completion/releases" + +PARALLEL_MAKE = "" + +inherit autotools github-releases + +do_install:append() { + # compatdir + install -d ${D}${sysconfdir}/bash_completion.d/ + echo '. ${datadir}/${BPN}/bash_completion' >${D}${sysconfdir}/bash_completion + +} + +RDEPENDS:${PN} = "bash" + +# Some recipes are providing ${PN}-bash-completion packages +PACKAGES =+ "${PN}-extra" +FILES:${PN}-extra = "${datadir}/${BPN}/completions/ \ + ${datadir}/${BPN}/helpers/" + +BBCLASSEXTEND = "nativesdk" -- cgit 1.2.3-korg