[OE-core] [PATCH 03/16] lsof: fix LSOF_CCV in version.h

Robert Yang liezhi.yang at windriver.com
Mon Jun 4 02:28:10 UTC 2018



On 06/03/2018 11:52 PM, Richard Purdie wrote:
> On Wed, 2018-05-30 at 17:03 +0800, Robert Yang wrote:
>> From: Jian Liu <jian.liu at windriver.com>
>>
>> When using cross compiler to build the package "lsof" on a host,
>> the value of LSOF_CCV in version.h genegrated by the Makefile
>> is the version of the compiler on the host while it should be
>> the version of cross compiler.
>>
>> On Ubuntu host before fixed:
>>    #define LSOF_CCV        "4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) "
>>
>> After fixed:
>>    #define   LSOF_CCV        "4.9.1 (GCC) "
> 
> The above is good info but its not included in the patch header which
> this patch adds. Could you add it there please so that we can
> understand what the patch does and why in the future without having to
> trawl git history please.

Thanks, updated.

// Robert

> 
> Cheers,
> 
> Richard
> 
> 



More information about the Openembedded-core mailing list