]> code.ossystems Code Review - openembedded-core.git/commit
bash-completion.bbclass: add class
authorGeorge McCollister <george.mccollister@gmail.com>
Thu, 14 Jan 2016 20:56:31 +0000 (14:56 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Jan 2016 18:14:54 +0000 (18:14 +0000)
commit80138689c2454781c21f0bcce92d8721c34c7405
tree4896c161eeb00564de701c20d1d3f9fb8b93f51b
parent2788bc07846f39adc10420dfb9d690c5da5469d9
bash-completion.bbclass: add class

Add bash-completion.bbclass which will package bash completion files in
a subpackage ${PN}-bash-completion. Use of this class will ensure
consitent handling of bash completions across recipes.

Signed-off-by: George McCollister <george.mccollister@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/bash-completion.bbclass [new file with mode: 0644]