summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git/git.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
-rw-r--r--meta/recipes-devtools/git/git.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 9b4c1284d2..dd9d792c5c 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -116,6 +116,7 @@ PERLTOOLS = " \
116 ${datadir}/gitweb/gitweb.cgi \ 116 ${datadir}/gitweb/gitweb.cgi \
117 ${datadir}/git-core/templates/hooks/prepare-commit-msg.sample \ 117 ${datadir}/git-core/templates/hooks/prepare-commit-msg.sample \
118 ${datadir}/git-core/templates/hooks/pre-rebase.sample \ 118 ${datadir}/git-core/templates/hooks/pre-rebase.sample \
119 ${datadir}/git-core/templates/hooks/fsmonitor-watchman.sample \
119" 120"
120 121
121# Git tools requiring perl 122# Git tools requiring perl
@@ -125,6 +126,7 @@ FILES_${PN}-perltools += " \
125 ${libdir}/perl \ 126 ${libdir}/perl \
126 ${datadir}/perl \ 127 ${datadir}/perl \
127" 128"
129
128RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils" 130RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils"
129 131
130# git-tk package with gitk and git-gui 132# git-tk package with gitk and git-gui