All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.