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

Robert Yang liezhi.yang at windriver.com
Mon Dec 4 06:16:13 UTC 2017


Hi Alexander,

On 12/01/2017 05:49 PM, Alexander Kanavin wrote:
> 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?
I didn't find other cmake recipes have build errors when len(TMPDIR) == 410,
so I'm leaning to not add to cmake.bbclass.

// Robert

> 
> 
> Alex
> 



More information about the Openembedded-core mailing list