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

(From OE-Core rev: a2eedbc02321d8923492ffb38fec3cd8828cb1d3) Signed-off-by: Ross Burton <ross.burton@intel.com> 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"
|