diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 5d778805a..56655f93b 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc @@ -38,6 +38,9 @@ FILES_${PN}-perltools += " \ " RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils" +PACKAGES =+ "${PN}-python" +FILES_${PN}-python = "${libdir}/python*" + # git-tk package with gitk and git-gui PACKAGES =+ "${PN}-tk" #RDEPENDS_${PN}-tk = "${PN} tk tcl" @@ -47,5 +50,8 @@ FILES_${PN}-tk = " \ ${datadir}/gitk \ " +PACKAGES =+ "gitweb" +FILES_gitweb = "${datadir}/gitweb/" + BBCLASSEXTEND = "native" |