git: Package up python and gitweb files into appropriate packages

(From OE-Core rev: 3037905b20eac8d2b69fe4758a6559459a86a6ed)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-07-05 23:10:50 +01:00
parent dbb0d56fac
commit 407c6c4dc8
1 changed files with 6 additions and 0 deletions

View File

@ -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"