diff options
| author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-09-16 10:01:01 +0900 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-29 12:12:43 +0100 |
| commit | a7636ec315a9e3f845eef860253e34e085782da0 (patch) | |
| tree | 75473538ba79de7fc5c76ce960121961c7e44e46 /meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb | |
| parent | 5761032745e097183420bdbf8a25880ef5a2c9c5 (diff) | |
| download | poky-a7636ec315a9e3f845eef860253e34e085782da0.tar.gz | |
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
----
(From OE-Core rev: 99b26dba6e4f5a64579f183883265498000e3104)
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb')
| -rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 5d1ce97c2c..154a55cea2 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 | |||
| 7 | RDEPENDS_${PN} = "\ | 7 | RDEPENDS_${PN} = "\ |
| 8 | libgcc \ | 8 | libgcc \ |
| 9 | libgcc-dev \ | 9 | libgcc-dev \ |
| 10 | libgcov-dev \ | ||
| 10 | libstdc++ \ | 11 | libstdc++ \ |
| 11 | libstdc++-dev \ | 12 | libstdc++-dev \ |
| 12 | ${LIBC_DEPENDENCIES} \ | 13 | ${LIBC_DEPENDENCIES} \ |
