diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 23:10:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 23:48:35 +0100 |
commit | 3037905b20eac8d2b69fe4758a6559459a86a6ed (patch) | |
tree | f4649a756eb6748409528dbf36f2ca0efd39d594 /meta/recipes-devtools/git | |
parent | 1e134055b8c00dd2f93a40a50cf69377c7b325c0 (diff) | |
download | openembedded-core-3037905b20eac8d2b69fe4758a6559459a86a6ed.tar.gz |
git: Package up python and gitweb files into appropriate packages
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git')
-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 5d778805ad..56655f93be 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" |