diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2018-02-22 17:19:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-04 11:35:40 +0000 |
commit | 424ac46c17a5871b4711a18fb07f9beb53262d50 (patch) | |
tree | 3baf3ee7f11823e4a7e46c9b3a0b383c7cb0d26b /meta/recipes-devtools/git/git.inc | |
parent | b0d9ce473f47f8b58b08b0ad07449efa775b0b74 (diff) | |
download | poky-424ac46c17a5871b4711a18fb07f9beb53262d50.tar.gz |
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.
(From OE-Core rev: d8a93d75c75bf8df40f3e167eca2fcef4f76e240)
Signed-off-by: Robert Yang <liezhi.yang@windriver.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 | 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 |