| Submitter | Zhenhua Luo |
|---|---|
| Date | July 11, 2012, 2:14 p.m. |
| Message ID | <1342016043-29802-1-git-send-email-b19537@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/31765/ |
| State | Accepted |
| Commit | b2b682331cc1ec54448b5002ff94672d09fe9e7c |
| Headers | show |
Comments
On 07/11/2012 07:14 AM, 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 | 6 +++++- > 1 files changed, 5 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..fe95236 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' > @@ -48,6 +48,10 @@ RDEPENDS_task-core-sdk = "\ > file \ > tcl" > > +RRECOMMENDS_task-core-sdk = "\ > + libgomp \ > + libgomp-dev" > + > #python generate_sdk_pkgs () { > # poky_pkgs = read_pkgdata('task-core', d)['PACKAGES'] > # pkgs = d.getVar('PACKAGES', True).split() > Merged into OE-Core Thanks Sau!
Patch
diff --git a/meta/recipes-core/tasks/task-core-sdk.bb b/meta/recipes-core/tasks/task-core-sdk.bb index ec6cdcc..fe95236 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' @@ -48,6 +48,10 @@ RDEPENDS_task-core-sdk = "\ file \ tcl" +RRECOMMENDS_task-core-sdk = "\ + libgomp \ + libgomp-dev" + #python generate_sdk_pkgs () { # poky_pkgs = read_pkgdata('task-core', d)['PACKAGES'] # pkgs = d.getVar('PACKAGES', True).split()