summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git/git.inc
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2017-06-15 15:53:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-23 11:44:14 +0100
commit7408dbccb2025bf8ac1df1b251778582bad9e940 (patch)
treec56c7f74fd204c5ac061130968ec47f1087126dc /meta/recipes-devtools/git/git.inc
parent90e27071faaf2a68451379b9cd9baec604d48291 (diff)
downloadpoky-7408dbccb2025bf8ac1df1b251778582bad9e940.tar.gz
git: Add a dependency on perl for gitweb
(From OE-Core rev: db31c837b579dc64bc86553cbc95736bfca97a90) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index ade99ecfe0..9b0d328bad 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -118,6 +118,6 @@ FILES_${PN}-tk = " \
118 118
119PACKAGES =+ "gitweb" 119PACKAGES =+ "gitweb"
120FILES_gitweb = "${datadir}/gitweb/" 120FILES_gitweb = "${datadir}/gitweb/"
121 121RDEPENDS_gitweb = "perl"
122 122
123BBCLASSEXTEND = "native nativesdk" 123BBCLASSEXTEND = "native nativesdk"