summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/git')
-rw-r--r--meta/recipes-devtools/git/git.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 7b3bec7fda..753b0472a5 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -32,8 +32,7 @@ do_compile_prepend () {
32 32
33do_install () { 33do_install () {
34 oe_runmake install DESTDIR="${D}" bindir=${bindir} \ 34 oe_runmake install DESTDIR="${D}" bindir=${bindir} \
35 template_dir=${datadir}/git-core/templates \ 35 template_dir=${datadir}/git-core/templates
36 GIT_PYTHON_DIR=${D}${datadir}/git-core/python
37 install -d ${D}/${mandir}/man1 36 install -d ${D}/${mandir}/man1
38 install -d ${D}/${mandir}/man5 37 install -d ${D}/${mandir}/man5
39 install -d ${D}/${mandir}/man7 38 install -d ${D}/${mandir}/man7
@@ -108,10 +107,6 @@ FILES_${PN}-perltools += " \
108" 107"
109RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils" 108RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils"
110 109
111PACKAGES =+ "${PN}-python"
112FILES_${PN}-python = "${libdir}/python*"
113
114
115# git-tk package with gitk and git-gui 110# git-tk package with gitk and git-gui
116PACKAGES =+ "${PN}-tk" 111PACKAGES =+ "${PN}-tk"
117#RDEPENDS_${PN}-tk = "${PN} tk tcl" 112#RDEPENDS_${PN}-tk = "${PN} tk tcl"