]> code.ossystems Code Review - openembedded-core.git/commit
buildtools-tarball: restore missing git tools
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 5 Dec 2014 18:09:28 +0000 (18:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Jan 2015 14:13:03 +0000 (14:13 +0000)
commit1f7651763e48d5d3d661987997dc6edae17a8718
tree7c143384cc95960c179ae0332a36d0957b03d311
parent8ec3851c68fa1641629db56b25352f31c4cb4774
buildtools-tarball: restore missing git tools

Since the split out of git-perltools, some git tools (such as "git am",
"git send-email" and "git-submodule") have no longer been part of the
buildtools. We need these, so add them back in.

However, adding git-perltools to buildtools triggers perl itself being
brought into buildtools as well, and we don't want that; but we also
don't want to have to hack the git recipe or indeed anything else that
starts depending on perl. Thus, add a dummy package which gets installed
in its place, in a separate package architecture that is only enabled
for buildtools to ensure it doesn't start appearing in place of
nativesdk-perl anywhere else.

Fixes [YOCTO #7033].

(From OE-Core rev: 5b051d65e797624cca3a81fc6f5c924925f3493e)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-core/meta/buildtools-tarball.bb
meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb [new file with mode: 0644]