diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 7 |
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 | ||
33 | do_install () { | 33 | do_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 | " |
109 | RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils" | 108 | RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils" |
110 | 109 | ||
111 | PACKAGES =+ "${PN}-python" | ||
112 | FILES_${PN}-python = "${libdir}/python*" | ||
113 | |||
114 | |||
115 | # git-tk package with gitk and git-gui | 110 | # git-tk package with gitk and git-gui |
116 | PACKAGES =+ "${PN}-tk" | 111 | PACKAGES =+ "${PN}-tk" |
117 | #RDEPENDS_${PN}-tk = "${PN} tk tcl" | 112 | #RDEPENDS_${PN}-tk = "${PN} tk tcl" |