All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] buildtools-extended-tarball: add libgomp-dev
@ 2020-04-27 18:22 Alexander Kanavin
  2020-04-27 19:30 ` [OE-core] " Steve Sakoman
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Kanavin @ 2020-04-27 18:22 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

This is needed in particular for newer versions of rpm
which would otherwise fail to build due to absence of omp.h header.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-core/meta/buildtools-extended-tarball.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb b/meta/recipes-core/meta/buildtools-extended-tarball.bb
index e38967af3f..c32d0107c3 100644
--- a/meta/recipes-core/meta/buildtools-extended-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-extended-tarball.bb
@@ -21,6 +21,7 @@ TOOLCHAIN_HOST_TASK += "\
     nativesdk-gettext \
     nativesdk-libatomic \
     nativesdk-libgcc \
+    nativesdk-libgomp-dev \
     nativesdk-libstdc++ \
     nativesdk-libstdc++-dev \
     nativesdk-libstdc++-staticdev \
-- 
2.26.1


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

* Re: [OE-core] [PATCH] buildtools-extended-tarball: add libgomp-dev
  2020-04-27 18:22 [PATCH] buildtools-extended-tarball: add libgomp-dev Alexander Kanavin
@ 2020-04-27 19:30 ` Steve Sakoman
  2020-04-27 19:33   ` Alexander Kanavin
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Sakoman @ 2020-04-27 19:30 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: Patches and discussions about the oe-core layer

Alexander,

Is the patch we discussed on IRC as suitable for dunfell?

Steve

On Mon, Apr 27, 2020 at 8:22 AM Alexander Kanavin
<alex.kanavin@gmail.com> wrote:
>
> This is needed in particular for newer versions of rpm
> which would otherwise fail to build due to absence of omp.h header.
>
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
>  meta/recipes-core/meta/buildtools-extended-tarball.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb b/meta/recipes-core/meta/buildtools-extended-tarball.bb
> index e38967af3f..c32d0107c3 100644
> --- a/meta/recipes-core/meta/buildtools-extended-tarball.bb
> +++ b/meta/recipes-core/meta/buildtools-extended-tarball.bb
> @@ -21,6 +21,7 @@ TOOLCHAIN_HOST_TASK += "\
>      nativesdk-gettext \
>      nativesdk-libatomic \
>      nativesdk-libgcc \
> +    nativesdk-libgomp-dev \
>      nativesdk-libstdc++ \
>      nativesdk-libstdc++-dev \
>      nativesdk-libstdc++-staticdev \
> --
> 2.26.1
>
> 

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

* Re: [OE-core] [PATCH] buildtools-extended-tarball: add libgomp-dev
  2020-04-27 19:30 ` [OE-core] " Steve Sakoman
@ 2020-04-27 19:33   ` Alexander Kanavin
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Kanavin @ 2020-04-27 19:33 UTC (permalink / raw)
  To: Steve Sakoman; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1221 bytes --]

Yes, it is.

Alex

On Mon, 27 Apr 2020 at 21:30, Steve Sakoman <sakoman@gmail.com> wrote:

> Alexander,
>
> Is the patch we discussed on IRC as suitable for dunfell?
>
> Steve
>
> On Mon, Apr 27, 2020 at 8:22 AM Alexander Kanavin
> <alex.kanavin@gmail.com> wrote:
> >
> > This is needed in particular for newer versions of rpm
> > which would otherwise fail to build due to absence of omp.h header.
> >
> > Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> > ---
> >  meta/recipes-core/meta/buildtools-extended-tarball.bb | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb
> b/meta/recipes-core/meta/buildtools-extended-tarball.bb
> > index e38967af3f..c32d0107c3 100644
> > --- a/meta/recipes-core/meta/buildtools-extended-tarball.bb
> > +++ b/meta/recipes-core/meta/buildtools-extended-tarball.bb
> > @@ -21,6 +21,7 @@ TOOLCHAIN_HOST_TASK += "\
> >      nativesdk-gettext \
> >      nativesdk-libatomic \
> >      nativesdk-libgcc \
> > +    nativesdk-libgomp-dev \
> >      nativesdk-libstdc++ \
> >      nativesdk-libstdc++-dev \
> >      nativesdk-libstdc++-staticdev \
> > --
> > 2.26.1
> >
> > 
>

[-- Attachment #2: Type: text/html, Size: 2253 bytes --]

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

end of thread, other threads:[~2020-04-27 19:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-27 18:22 [PATCH] buildtools-extended-tarball: add libgomp-dev Alexander Kanavin
2020-04-27 19:30 ` [OE-core] " Steve Sakoman
2020-04-27 19:33   ` Alexander Kanavin

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.