diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-05-06 18:00:04 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-01 08:04:11 +0100 |
commit | f2383eace2f16618fcdd3ef5a2e9e0e34c120ec5 (patch) | |
tree | f897ffaa67631fa7b1e55c8c70750a4a1d5ba907 /meta/recipes-devtools/git/git.inc | |
parent | abf2258b4c0ce9ed831665231d0a27ee568f5392 (diff) | |
download | openembedded-core-f2383eace2f16618fcdd3ef5a2e9e0e34c120ec5.tar.gz openembedded-core-f2383eace2f16618fcdd3ef5a2e9e0e34c120ec5.tar.bz2 openembedded-core-f2383eace2f16618fcdd3ef5a2e9e0e34c120ec5.zip |
git: remove Python package (to which nothing was packaged)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
-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 () { 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" |