[OE-core] [PATCH] packagegroup-core-standalone-sdk-target: Add libgcov-dev to target sysroot

2014-09-15 Thread Nobuhiro Iwamatsu
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 This adds libgcov-dev to target sysroot. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com ---

Re: [OE-core] [PATCH] packagegroup-core-standalone-sdk-target: Add libgcov-dev to target sysroot

2014-09-15 Thread Khem Raj
On Mon, Sep 15, 2014 at 4:54 PM, Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com wrote: When a user takes coverage in gcc of SDK, it becomes the link error in SDK because there is not libgcov. Looks good. The commit message could be improved so to simply say .. Add libgcov to on device SDK