summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/git/git.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 5d778805ad..56655f93be 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -38,6 +38,9 @@ FILES_${PN}-perltools += " \
38" 38"
39RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils" 39RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils"
40 40
41PACKAGES =+ "${PN}-python"
42FILES_${PN}-python = "${libdir}/python*"
43
41# git-tk package with gitk and git-gui 44# git-tk package with gitk and git-gui
42PACKAGES =+ "${PN}-tk" 45PACKAGES =+ "${PN}-tk"
43#RDEPENDS_${PN}-tk = "${PN} tk tcl" 46#RDEPENDS_${PN}-tk = "${PN} tk tcl"
@@ -47,5 +50,8 @@ FILES_${PN}-tk = " \
47 ${datadir}/gitk \ 50 ${datadir}/gitk \
48" 51"
49 52
53PACKAGES =+ "gitweb"
54FILES_gitweb = "${datadir}/gitweb/"
55
50 56
51BBCLASSEXTEND = "native" 57BBCLASSEXTEND = "native"