[OE-core] [PATCH 1/1] buildtools-tarball: restore missing git tools

2014-12-05 Thread Paul Eggleton
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.

Fixes [YOCTO #7033].

Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com
---
 meta/recipes-core/meta/buildtools-tarball.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/meta/buildtools-tarball.bb 
b/meta/recipes-core/meta/buildtools-tarball.bb
index 58e0ffa..822f4dc 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -16,6 +16,7 @@ TOOLCHAIN_HOST_TASK ?= \
 nativesdk-chrpath \
 nativesdk-tar \
 nativesdk-git \
+nativesdk-git-perltools \
 nativesdk-pigz \
 nativesdk-make \
 nativesdk-wget \
-- 
1.9.3

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] buildtools-tarball: restore missing git tools

2014-12-05 Thread Paul Eggleton
On Friday 05 December 2014 15:32:42 Paul Eggleton wrote:
 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.
 
 Fixes [YOCTO #7033].
 
 Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com
 ---
  meta/recipes-core/meta/buildtools-tarball.bb | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/meta/recipes-core/meta/buildtools-tarball.bb
 b/meta/recipes-core/meta/buildtools-tarball.bb index 58e0ffa..822f4dc
 100644
 --- a/meta/recipes-core/meta/buildtools-tarball.bb
 +++ b/meta/recipes-core/meta/buildtools-tarball.bb
 @@ -16,6 +16,7 @@ TOOLCHAIN_HOST_TASK ?= \
  nativesdk-chrpath \
  nativesdk-tar \
  nativesdk-git \
 +nativesdk-git-perltools \
  nativesdk-pigz \
  nativesdk-make \
  nativesdk-wget \

Oh, if only it were that simple. This drags perl into buildtools, which we do 
not want. I'd probably better fix that first, so ignore this for now... :/

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core