[oe-commits] Nobuhiro Iwamatsu : packagegroup-core-standalone-sdk-target: Add libgcov-dev to on device SDK

git at git.openembedded.org git at git.openembedded.org
Mon Sep 29 11:13:01 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 99b26dba6e4f5a64579f183883265498000e3104
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=99b26dba6e4f5a64579f183883265498000e3104

Author: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
Date:   Tue Sep 16 10:01:01 2014 +0900

packagegroup-core-standalone-sdk-target: Add libgcov-dev to on device SDK

When a user takes coverage in gcc of SDK, it becomes the link error in SDK
because there is not libgcov.

----
ld: cannot find -lgcov
collect2: error: ld returned 1 exit status
----

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 .../packagegroups/packagegroup-core-standalone-sdk-target.bb             | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
index 5d1ce97..154a55c 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
@@ -7,6 +7,7 @@ inherit packagegroup
 RDEPENDS_${PN} = "\
     libgcc \
     libgcc-dev \
+    libgcov-dev \
     libstdc++ \
     libstdc++-dev \
     ${LIBC_DEPENDENCIES} \



More information about the Openembedded-commits mailing list