[OE-core] [PATCH 14/17] git: Package up python and gitweb files into appropriate packages

Richard Purdie richard.purdie at linuxfoundation.org
Tue Jul 5 22:51:15 UTC 2011


Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 5d77880..56655f9 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"
-- 
1.7.4.1





More information about the Openembedded-core mailing list