From: "Franklin S. Cooper Jr" <fcoo...@ti.com>

* When compiling an application with the -fopenmp flag an error is given since
  libgomp isn't apart of the toolchain SDK.
* Since this package comes from the toolchain only include it when using the
  external linaro toolchain since it isn't included in the arago toolchain.

Signed-off-by: Franklin S. Cooper Jr <fcoo...@ti.com>
---
 .../packagegroup-arago-standalone-sdk-target.bb    |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
 
b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
index d4a5072..b08e125 100644
--- 
a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
+++ 
b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Target packages for the standalone SDK"
-PR = "r6"
+PR = "r7"
 LICENSE = "MIT"
 
 inherit packagegroup
@@ -33,4 +33,5 @@ RDEPENDS_${PN} = "\
     opkg-dev \
     sysvinit-dev \
     util-linux-dev \
+    ${@base_conditional('TCLIBC', 'external-linaro-toolchain', 'libgomp 
libgomp-dev', '', d)} \
     "
-- 
1.7.9.5

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to