On Wed, 2012-07-11 at 20:01 +0800, [email protected] wrote: > From: Zhenhua Luo <[email protected]> > > Signed-off-by: Zhenhua Luo <[email protected]> > --- > 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 [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
