mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
git: remove Python package (to which nothing was packaged)
(From OE-Core rev: f2383eace2f16618fcdd3ef5a2e9e0e34c120ec5) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
3e03ca7e74
commit
d78beb7150
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user