* [PATCH] task-core-sdk.bb: add libgomp and libgomp-dev
@ 2012-07-11 12:01 b19537
2012-07-11 13:28 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: b19537 @ 2012-07-11 12:01 UTC (permalink / raw)
To: openembedded-core
From: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
---
meta/recipes-core/tasks/task-core-sdk.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/tasks/task-core-sdk.bb b/meta/recipes-core/tasks/task-core-sdk.bb
index ec6cdcc..3ee29ce 100644
--- a/meta/recipes-core/tasks/task-core-sdk.bb
+++ b/meta/recipes-core/tasks/task-core-sdk.bb
@@ -7,7 +7,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS = "task-core-console"
-PR = "r7"
+PR = "r8"
ALLOW_EMPTY = "1"
#PACKAGEFUNCS =+ 'generate_sdk_pkgs'
@@ -34,6 +34,8 @@ RDEPENDS_task-core-sdk = "\
gettext \
make \
intltool \
+ libgomp \
+ libgomp-dev \
libstdc++ \
libstdc++-dev \
libtool \
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] task-core-sdk.bb: add libgomp and libgomp-dev
2012-07-11 12:01 [PATCH] task-core-sdk.bb: add libgomp and libgomp-dev b19537
@ 2012-07-11 13:28 ` Richard Purdie
2012-07-11 13:52 ` Luo Zhenhua-B19537
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2012-07-11 13:28 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Wed, 2012-07-11 at 20:01 +0800, b19537@freescale.com wrote:
> From: Zhenhua Luo <b19537@freescale.com>
>
> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
> ---
> meta/recipes-core/tasks/task-core-sdk.bb | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-core/tasks/task-core-sdk.bb b/meta/recipes-core/tasks/task-core-sdk.bb
> index ec6cdcc..3ee29ce 100644
> --- a/meta/recipes-core/tasks/task-core-sdk.bb
> +++ b/meta/recipes-core/tasks/task-core-sdk.bb
> @@ -7,7 +7,7 @@ LICENSE = "MIT"
> LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
> file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> DEPENDS = "task-core-console"
> -PR = "r7"
> +PR = "r8"
>
> ALLOW_EMPTY = "1"
> #PACKAGEFUNCS =+ 'generate_sdk_pkgs'
> @@ -34,6 +34,8 @@ RDEPENDS_task-core-sdk = "\
> gettext \
> make \
> intltool \
> + libgomp \
> + libgomp-dev \
> libstdc++ \
> libstdc++-dev \
> libtool \
This will break for architectures which don't build libgomp (anything
not powerpc).
You could add a RRECOMMENDS?
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] task-core-sdk.bb: add libgomp and libgomp-dev
2012-07-11 13:28 ` Richard Purdie
@ 2012-07-11 13:52 ` Luo Zhenhua-B19537
0 siblings, 0 replies; 3+ messages in thread
From: Luo Zhenhua-B19537 @ 2012-07-11 13:52 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Richard,
Thanks for your comments, I will submit new version to use RRECOMMENDS.
Best Regards,
Zhenhua
> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org
> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of
> Richard Purdie
> Sent: Wednesday, July 11, 2012 9:29 PM
> To: Patches and discussions about the oe-core layer
> Subject: Re: [OE-core] [PATCH] task-core-sdk.bb: add libgomp and libgomp-
> dev
>
> On Wed, 2012-07-11 at 20:01 +0800, b19537@freescale.com wrote:
> > From: Zhenhua Luo <b19537@freescale.com>
> >
> > Signed-off-by: Zhenhua Luo <b19537@freescale.com>
> > ---
> > meta/recipes-core/tasks/task-core-sdk.bb | 4 +++-
> > 1 files changed, 3 insertions(+), 1 deletions(-)
> >
> > diff --git a/meta/recipes-core/tasks/task-core-sdk.bb
> > b/meta/recipes-core/tasks/task-core-sdk.bb
> > index ec6cdcc..3ee29ce 100644
> > --- a/meta/recipes-core/tasks/task-core-sdk.bb
> > +++ b/meta/recipes-core/tasks/task-core-sdk.bb
> > @@ -7,7 +7,7 @@ LICENSE = "MIT"
> > LIC_FILES_CHKSUM =
> "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
> >
> file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> > DEPENDS = "task-core-console"
> > -PR = "r7"
> > +PR = "r8"
> >
> > ALLOW_EMPTY = "1"
> > #PACKAGEFUNCS =+ 'generate_sdk_pkgs'
> > @@ -34,6 +34,8 @@ RDEPENDS_task-core-sdk = "\
> > gettext \
> > make \
> > intltool \
> > + libgomp \
> > + libgomp-dev \
> > libstdc++ \
> > libstdc++-dev \
> > libtool \
>
> This will break for architectures which don't build libgomp (anything not
> powerpc).
>
> You could add a RRECOMMENDS?
>
> Cheers,
>
> Richard
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-07-11 14:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-11 12:01 [PATCH] task-core-sdk.bb: add libgomp and libgomp-dev b19537
2012-07-11 13:28 ` Richard Purdie
2012-07-11 13:52 ` Luo Zhenhua-B19537
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.