From 407c6c4dc810b366ded83c6152d0a2104d13a2e9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 5 Jul 2011 23:10:50 +0100 Subject: git: Package up python and gitweb files into appropriate packages (From OE-Core rev: 3037905b20eac8d2b69fe4758a6559459a86a6ed) Signed-off-by: Richard Purdie --- meta/recipes-devtools/git/git.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta/recipes-devtools/git') 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" -- cgit v1.2.3-54-g00ecf