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

Richard Purdie richard.purdie at linuxfoundation.org
Sun Jun 3 15:52:54 UTC 2018


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.

Cheers,

Richard




More information about the Openembedded-core mailing list