diff options
author | George McCollister <george.mccollister@gmail.com> | 2016-01-14 14:56:35 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-30 11:37:02 +0000 |
commit | 0f3780cd1bb51347c21382ff3989cde71e7a5d01 (patch) | |
tree | 286432e28f10ce2d8f93ad188d01448dc583c8be /meta/recipes-devtools/git/git.inc | |
parent | 9d2066139f628df041d476ea55899709f5eca020 (diff) | |
download | poky-0f3780cd1bb51347c21382ff3989cde71e7a5d01.tar.gz |
git: use bash-completion.bbclass
Use bash-completion.bbclass to package bash completions.
(From OE-Core rev: 2139a841e44e1b765421cc76c85eb0a7b43dd953)
Signed-off-by: George McCollister <george.mccollister@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index d9770e687a..c19e0d4748 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
@@ -17,7 +17,7 @@ EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \ | |||
17 | --without-tcltk \ | 17 | --without-tcltk \ |
18 | " | 18 | " |
19 | 19 | ||
20 | inherit autotools-brokensep perlnative | 20 | inherit autotools-brokensep perlnative bash-completion |
21 | 21 | ||
22 | EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" | 22 | EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" |
23 | EXTRA_OEMAKE += "'PERL_PATH=/usr/bin/env perl'" | 23 | EXTRA_OEMAKE += "'PERL_PATH=/usr/bin/env perl'" |
@@ -96,10 +96,6 @@ PERLTOOLS = " \ | |||
96 | ${datadir}/git-core/templates/hooks/pre-rebase.sample \ | 96 | ${datadir}/git-core/templates/hooks/pre-rebase.sample \ |
97 | " | 97 | " |
98 | 98 | ||
99 | # Basic tab completion support | ||
100 | PACKAGES =+ "${PN}-bash-completion" | ||
101 | FILES_${PN}-bash-completion = "${datadir}/bash-completion/completions/*" | ||
102 | |||
103 | # Git tools requiring perl | 99 | # Git tools requiring perl |
104 | PACKAGES =+ "${PN}-perltools" | 100 | PACKAGES =+ "${PN}-perltools" |
105 | FILES_${PN}-perltools += " \ | 101 | FILES_${PN}-perltools += " \ |