Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user