summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git
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-07-27 22:36:44 +0100
commit0e80156a997657fc5c212e303666f93652114925 (patch)
treed52b1332976189f9cc949bf4ccd07463a8129914 /meta/recipes-devtools/git
parente099cb6c35857ddcda86cd5a2892f473034610cb (diff)
downloadpoky-0e80156a997657fc5c212e303666f93652114925.tar.gz
git: Add a dependency on perl for gitweb
(From OE-Core rev: db31c837b579dc64bc86553cbc95736bfca97a90) (From OE-Core rev: 76045a1d96380e3e0a339442f3e19501c4aae5bd) 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> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git')
-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"