| Submitter | Richard Purdie |
|---|---|
| Date | July 5, 2011, 10:51 p.m. |
| Message ID | <3037905b20eac8d2b69fe4758a6559459a86a6ed.1309906154.git.richard.purdie@linuxfoundation.org> |
| Download | mbox | patch |
| Permalink | /patch/7045/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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"
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/recipes-devtools/git/git.inc | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)