From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UFDqi-0007ag-Fo for openembedded-core@lists.openembedded.org; Tue, 12 Mar 2013 02:18:00 +0100 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id r2C11B9a021891 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 11 Mar 2013 18:01:11 -0700 (PDT) Received: from [128.224.162.206] (128.224.162.206) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.2.342.3; Mon, 11 Mar 2013 18:01:11 -0700 Message-ID: <513E7E55.9050809@windriver.com> Date: Tue, 12 Mar 2013 09:01:09 +0800 From: Hongxu Jia User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130221 Thunderbird/17.0.3 MIME-Version: 1.0 To: Khem Raj References: <582c0b810b5ca744b7c83f3df2cc80a42571e85c.1362979546.git.hongxu.jia@windriver.com> <50A4BAC6-D1E6-4F33-A961-450D7D4CCF5E@gmail.com> In-Reply-To: <50A4BAC6-D1E6-4F33-A961-450D7D4CCF5E@gmail.com> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 1/1] qemu-native:fix do_compile failed on SLED 11.2 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Tue, 12 Mar 2013 01:18:01 -0000 Content-Type: multipart/alternative; boundary="------------090509000405060102060005" --------------090509000405060102060005 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 03/12/2013 01:15 AM, Khem Raj wrote: > On Mar 11, 2013, at 4:07 AM, Hongxu Jia wrote: > >> ++// include this one last due to some versions of it being buggy: >> ++// http://www.linuxtv.org/pipermail/vdr/2009-August/021194.html >> ++#include > upstream will probably complain about C++ style comments. > Alright, I will use C style comments instead. Thanks, Hongxu --------------090509000405060102060005 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit
On 03/12/2013 01:15 AM, Khem Raj wrote:
On Mar 11, 2013, at 4:07 AM, Hongxu Jia <hongxu.jia@windriver.com> wrote:

++// include this one last due to some versions of it being buggy:
++// http://www.linuxtv.org/pipermail/vdr/2009-August/021194.html
++#include <sys/capability.h>
upstream will probably complain about C++ style comments. 

Alright, I will use C style comments instead.

Thanks,
Hongxu
--------------090509000405060102060005--