diff options
Diffstat (limited to 'meta')
| -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 += " \ | |||
| 38 | " | 38 | " |
| 39 | RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils" | 39 | RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils" |
| 40 | 40 | ||
| 41 | PACKAGES =+ "${PN}-python" | ||
| 42 | FILES_${PN}-python = "${libdir}/python*" | ||
| 43 | |||
| 41 | # git-tk package with gitk and git-gui | 44 | # git-tk package with gitk and git-gui |
| 42 | PACKAGES =+ "${PN}-tk" | 45 | PACKAGES =+ "${PN}-tk" |
| 43 | #RDEPENDS_${PN}-tk = "${PN} tk tcl" | 46 | #RDEPENDS_${PN}-tk = "${PN} tk tcl" |
| @@ -47,5 +50,8 @@ FILES_${PN}-tk = " \ | |||
| 47 | ${datadir}/gitk \ | 50 | ${datadir}/gitk \ |
| 48 | " | 51 | " |
| 49 | 52 | ||
| 53 | PACKAGES =+ "gitweb" | ||
| 54 | FILES_gitweb = "${datadir}/gitweb/" | ||
| 55 | |||
| 50 | 56 | ||
| 51 | BBCLASSEXTEND = "native" | 57 | BBCLASSEXTEND = "native" |
