]> code.ossystems Code Review - openembedded-core.git/commitdiff
git: remove Python package (to which nothing was packaged)
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 6 May 2016 15:00:04 +0000 (18:00 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jun 2016 07:04:11 +0000 (08:04 +0100)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
meta/recipes-devtools/git/git.inc

index 7b3bec7fdaacc678bf247b4c553fe3af9b6b0afd..753b0472a55f79e8fc0142772d613f15708db8b6 100644 (file)
@@ -32,8 +32,7 @@ do_compile_prepend () {
 
 do_install () {
        oe_runmake install DESTDIR="${D}" bindir=${bindir} \
-               template_dir=${datadir}/git-core/templates \
-               GIT_PYTHON_DIR=${D}${datadir}/git-core/python
+               template_dir=${datadir}/git-core/templates
        install -d ${D}/${mandir}/man1
        install -d ${D}/${mandir}/man5
        install -d ${D}/${mandir}/man7
@@ -108,10 +107,6 @@ 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"