All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix buildtools after git-perltools split
@ 2014-12-05 15:32 Paul Eggleton
  2014-12-05 15:32 ` [PATCH 1/1] buildtools-tarball: restore missing git tools Paul Eggleton
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggleton @ 2014-12-05 15:32 UTC (permalink / raw)
  To: openembedded-core

The following change since commit f7b342a73661cfff4043fab77ab8e9ef0e48dec4:

  gdb: disable Guile (2014-12-03 12:22:42 +0000)

is available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/git-perltools
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/git-perltools

Paul Eggleton (1):
  buildtools-tarball: restore missing git tools

 meta/recipes-core/meta/buildtools-tarball.bb | 1 +
 1 file changed, 1 insertion(+)

-- 
1.9.3



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] buildtools-tarball: restore missing git tools
  2014-12-05 15:32 [PATCH 0/1] Fix buildtools after git-perltools split Paul Eggleton
@ 2014-12-05 15:32 ` Paul Eggleton
  2014-12-05 16:39   ` Paul Eggleton
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggleton @ 2014-12-05 15:32 UTC (permalink / raw)
  To: openembedded-core

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@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] buildtools-tarball: restore missing git tools
  2014-12-05 15:32 ` [PATCH 1/1] buildtools-tarball: restore missing git tools Paul Eggleton
@ 2014-12-05 16:39   ` Paul Eggleton
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2014-12-05 16:39 UTC (permalink / raw)
  To: openembedded-core

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@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-05 16:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-05 15:32 [PATCH 0/1] Fix buildtools after git-perltools split Paul Eggleton
2014-12-05 15:32 ` [PATCH 1/1] buildtools-tarball: restore missing git tools Paul Eggleton
2014-12-05 16:39   ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.