diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-06-15 15:53:08 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-27 22:36:44 +0100 |
| commit | 0e80156a997657fc5c212e303666f93652114925 (patch) | |
| tree | d52b1332976189f9cc949bf4ccd07463a8129914 | |
| parent | e099cb6c35857ddcda86cd5a2892f473034610cb (diff) | |
| download | poky-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>
| -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" |
