diff options
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 2 |
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 | |||
128 | RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils" | 130 | RDEPENDS_${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 |