[OE-core] [PATCH 03/38] git: add perl to RDEPENDS_gitweb

Robert Yang liezhi.yang at windriver.com
Tue Jul 15 14:18:58 UTC 2014


Perl script:
/usr/share/gitweb/gitweb.cgi

[YOCTO #1662]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/recipes-devtools/git/git.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 4e0527c..5c6f204 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -108,6 +108,6 @@ FILES_${PN}-tk = " \
 
 PACKAGES =+ "gitweb"
 FILES_gitweb = "${datadir}/gitweb/"
-
+RDEPENDS_gitweb += "perl"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
1.7.9.5




More information about the Openembedded-core mailing list