From d8a93d75c75bf8df40f3e167eca2fcef4f76e240 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 22 Feb 2018 17:19:42 +0800 Subject: git: 2.15.0 -> 2.16.1 Add /usr/share/git-core/templates/hooks/fsmonitor-watchman.sample to PERLTOOLS to fix: ERROR: git-2.16.1-r0 do_package_qa: QA Issue: /usr/share/git-core/templates/hooks/fsmonitor-watchman.sample contained in package git requires /usr/bin/perl, but no providers found in RDEPENDS_git? [file-rdeps] ERROR: git-2.16.1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. Signed-off-by: Robert Yang Signed-off-by: Ross Burton --- meta/recipes-devtools/git/git.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/git/git.inc') 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 = " \ ${datadir}/gitweb/gitweb.cgi \ ${datadir}/git-core/templates/hooks/prepare-commit-msg.sample \ ${datadir}/git-core/templates/hooks/pre-rebase.sample \ + ${datadir}/git-core/templates/hooks/fsmonitor-watchman.sample \ " # Git tools requiring perl @@ -125,6 +126,7 @@ FILES_${PN}-perltools += " \ ${libdir}/perl \ ${datadir}/perl \ " + RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils" # git-tk package with gitk and git-gui -- cgit v1.2.3