From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mail.openembedded.org (Postfix) with ESMTP id 257DE782CE for ; Fri, 1 Dec 2017 09:49:00 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Dec 2017 01:49:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,344,1508828400"; d="scan'208";a="11806007" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by orsmga001.jf.intel.com with ESMTP; 01 Dec 2017 01:49:01 -0800 From: Alexander Kanavin To: Robert Yang , openembedded-core@lists.openembedded.org References: <8d0f0ec4-82a6-c63e-2fac-e012e9ee2ec5@windriver.com> <93b6acc4-61a1-1c41-a092-e3580a33f1b9@linux.intel.com> Message-ID: <335280c8-345e-e1c9-9960-ce599eeef52f@linux.intel.com> Date: Fri, 1 Dec 2017 11:49:32 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <93b6acc4-61a1-1c41-a092-e3580a33f1b9@linux.intel.com> Subject: Re: [PATCH 4/5] webkitgtk: fix compile error when len(TMPDIR) == 410 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 09:49:01 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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