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 12:38:42 +0100 |
| commit | d78beb715017f8a02eacbde1e665fb8bd2244711 (patch) | |
| tree | 669d682349ce95444c5a7e638c529dbb7785f9b5 | |
| parent | 3e03ca7e744a9c15eab2aa794a84add65806fabf (diff) | |
| download | poky-d78beb715017f8a02eacbde1e665fb8bd2244711.tar.gz | |
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>
| -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" |
