diff options
| author | Ross Burton <ross.burton@intel.com> | 2019-10-31 10:57:34 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-31 16:09:35 +0000 |
| commit | 116e9519b6b2a21d8d0f153fa3ec8cc4483ba528 (patch) | |
| tree | 8a2cb993d5f62b66b28d4fc503210b8829b4bfe7 /meta | |
| parent | 3e36ab8dadab36bb286dc6d750ac6c4934f50d04 (diff) | |
| download | poky-116e9519b6b2a21d8d0f153fa3ec8cc4483ba528.tar.gz | |
git: some tools are no longer perl, so move to main recipe
Some tools are not written in Perl anymore, so they should be in PN no PN-perltools.
(From OE-Core rev: 8a2e4dac4f5086fbfc094fb1f16e91108ee1b247)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/git/git.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 6e137432f0..67fc96b7af 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
| @@ -94,19 +94,15 @@ do_install_append_class-nativesdk() { | |||
| 94 | FILES_${PN} += "${datadir}/git-core ${libexecdir}/git-core/" | 94 | FILES_${PN} += "${datadir}/git-core ${libexecdir}/git-core/" |
| 95 | 95 | ||
| 96 | PERLTOOLS = " \ | 96 | PERLTOOLS = " \ |
| 97 | ${bindir}/git-cvsserver \ | ||
| 97 | ${libexecdir}/git-core/git-add--interactive \ | 98 | ${libexecdir}/git-core/git-add--interactive \ |
| 98 | ${libexecdir}/git-core/git-archimport \ | 99 | ${libexecdir}/git-core/git-archimport \ |
| 99 | ${libexecdir}/git-core/git-cvsexportcommit \ | 100 | ${libexecdir}/git-core/git-cvsexportcommit \ |
| 100 | ${libexecdir}/git-core/git-cvsimport \ | 101 | ${libexecdir}/git-core/git-cvsimport \ |
| 101 | ${libexecdir}/git-core/git-cvsserver \ | 102 | ${libexecdir}/git-core/git-cvsserver \ |
| 102 | ${bindir}/git-cvsserver \ | ||
| 103 | ${libexecdir}/git-core/git-difftool \ | ||
| 104 | ${libexecdir}/git-core/git-send-email \ | 103 | ${libexecdir}/git-core/git-send-email \ |
| 105 | ${libexecdir}/git-core/git-svn \ | 104 | ${libexecdir}/git-core/git-svn \ |
| 106 | ${libexecdir}/git-core/git-instaweb \ | 105 | ${libexecdir}/git-core/git-instaweb \ |
| 107 | ${libexecdir}/git-core/git-submodule \ | ||
| 108 | ${libexecdir}/git-core/git-am \ | ||
| 109 | ${libexecdir}/git-core/git-request-pull \ | ||
| 110 | ${datadir}/gitweb/gitweb.cgi \ | 106 | ${datadir}/gitweb/gitweb.cgi \ |
| 111 | ${datadir}/git-core/templates/hooks/prepare-commit-msg.sample \ | 107 | ${datadir}/git-core/templates/hooks/prepare-commit-msg.sample \ |
| 112 | ${datadir}/git-core/templates/hooks/pre-rebase.sample \ | 108 | ${datadir}/git-core/templates/hooks/pre-rebase.sample \ |
