diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-06-15 15:53:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-23 11:44:14 +0100 |
commit | 7408dbccb2025bf8ac1df1b251778582bad9e940 (patch) | |
tree | c56c7f74fd204c5ac061130968ec47f1087126dc /meta/recipes-devtools | |
parent | 90e27071faaf2a68451379b9cd9baec604d48291 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 2 |
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 | ||
119 | PACKAGES =+ "gitweb" | 119 | PACKAGES =+ "gitweb" |
120 | FILES_gitweb = "${datadir}/gitweb/" | 120 | FILES_gitweb = "${datadir}/gitweb/" |
121 | 121 | RDEPENDS_gitweb = "perl" | |
122 | 122 | ||
123 | BBCLASSEXTEND = "native nativesdk" | 123 | BBCLASSEXTEND = "native nativesdk" |