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-07 10:57:49 +0100 |
commit | 407c6c4dc810b366ded83c6152d0a2104d13a2e9 (patch) | |
tree | f3134c1cbc251d0c0e278ff3acf6ef750ea79a14 | |
parent | dbb0d56fac4d915fad66e67222aae48772ed9198 (diff) | |
download | poky-407c6c4dc810b366ded83c6152d0a2104d13a2e9.tar.gz |
git: Package up python and gitweb files into appropriate packages
(From OE-Core rev: 3037905b20eac8d2b69fe4758a6559459a86a6ed)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" |