mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-18 05:13:43 -09:00
Release notes since version 2.11:
https://github.com/scop/bash-completion/blob/2.17.0/CHANGELOG.md
The hash of COPYING changed due to whitespace (tab to space) formatting
changes. See:
56eeb3e0b1
Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
[Julien:
- update release notes link to use version tag
- add link to upstream commit updating COPYING
]
Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
578 B
Makefile
17 lines
578 B
Makefile
################################################################################
|
|
#
|
|
# bash-completion
|
|
#
|
|
################################################################################
|
|
|
|
BASH_COMPLETION_VERSION = 2.17.0
|
|
BASH_COMPLETION_SITE = https://github.com/scop/bash-completion/releases/download/$(BASH_COMPLETION_VERSION)
|
|
BASH_COMPLETION_SOURCE = bash-completion-$(BASH_COMPLETION_VERSION).tar.xz
|
|
BASH_COMPLETION_LICENSE = GPL-2.0
|
|
BASH_COMPLETION_LICENSE_FILES = COPYING
|
|
|
|
# Install bash-completion.pc file
|
|
BASH_COMPLETION_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|