summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorZhenhua Luo <b19537@freescale.com>2012-07-11 22:14:03 +0800
committerSaul Wold <sgw@linux.intel.com>2012-07-16 08:36:56 -0700
commitb2b682331cc1ec54448b5002ff94672d09fe9e7c (patch)
tree0d4c29180f68c5378694a558c015c860dad4b3e9 /meta/recipes-core
parent39b2a455ab6b7c38b782e1b3e2811c3d9e4de7af (diff)
downloadopenembedded-core-b2b682331cc1ec54448b5002ff94672d09fe9e7c.tar.gz
task-core-sdk.bb: add libgomp and libgomp-dev by RECOMMENDS
Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/tasks/task-core-sdk.bb6
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 ec6cdccdb5..fe952367e4 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()