Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: MIT | ||||
5 | # | ||||
6 | |||||
7 | DEPENDS:append:class-target = " bash-completion" | ||||
8 | |||||
9 | PACKAGES += "${PN}-bash-completion" | ||||
10 | |||||
11 | FILES:${PN}-bash-completion = "${datadir}/bash-completion ${sysconfdir}/bash_completion.d" | ||||
12 | |||||
13 | RDEPENDS:${PN}-bash-completion = "bash-completion" |