[OE-core] [PATCH 4/5] webkitgtk: fix compile error when len(TMPDIR) == 410

Alexander Kanavin alexander.kanavin at linux.intel.com
Fri Dec 1 09:49:32 UTC 2017


On 12/01/2017 10:26 AM, Alexander Kanavin wrote:
> On 12/01/2017 03:46 AM, Robert Yang wrote:
>> The flags.make is generated by cmake, and as I said in the commit 
>> message:
>>
>> "The cmake doesn't support relative path, so we have to edit 
>> flags.make to fix
>> the problem"
>>
>> I'm not familiar with cmake, please let me know if there is a way to make
>> it generate a relative path in flags.make.
> 
> I'll try to find out how it happens, and will get back to you.

Sadly, looks like you are right. Cmake will prepend a full path to every 
include directory, even if they're specified as relative in CmakeLists.txt.

As this is a common problem, should it go to cmake.bbclass perhaps?


Alex



More information about the Openembedded-core mailing list