mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
DEPENDS:append:class-target = " bash-completion"
|
|
|
|
PACKAGES += "${PN}-bash-completion"
|
|
|
|
FILES:${PN}-bash-completion = "${datadir}/bash-completion ${sysconfdir}/bash_completion.d"
|
|
|
|
RDEPENDS:${PN}-bash-completion = "bash-completion"
|