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

Paul Eggleton paul.eggleton at linux.intel.com
Fri Dec 5 16:39:51 UTC 2014


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.eggleton at 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



More information about the Openembedded-core mailing list