From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id EB5486D867 for ; Mon, 25 Nov 2013 03:14:50 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.5) with ESMTP id rAP3EpZZ012527 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Sun, 24 Nov 2013 19:14:51 -0800 (PST) Received: from [128.224.162.213] (128.224.162.213) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.2.347.0; Sun, 24 Nov 2013 19:14:50 -0800 Message-ID: <5292C0C4.9020204@windriver.com> Date: Mon, 25 Nov 2013 11:15:16 +0800 From: ChenQi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130804 Thunderbird/17.0.8 MIME-Version: 1.0 To: References: In-Reply-To: X-Originating-IP: [128.224.162.213] Subject: Re: [PATCH 0/1] subversion: fix build problem when sysroot contains '-D' or '-I' 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: Mon, 25 Nov 2013 03:14:51 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit ping On 11/16/2013 11:19 AM, Qi.Chen@windriver.com wrote: > From: Chen Qi > > The following changes since commit ea92671d9823e3667d6ced7ac2af20f991da404d: > > bitbake: cooker: replace "w" file opening mode with "a" mode (2013-11-12 17:01:37 +0000) > > are available in the git repository at: > > git://git.pokylinux.org/poky-contrib ChenQi/subversion-D-I > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/subversion-D-I > > Chen Qi (1): > subversion: fix build problem when sysroot contains '-D' or '-I' > > .../neon.m4-fix-includes-and-cflags.patch | 32 ++++++++++++++++++++ > .../subversion/subversion_1.7.10.bb | 1 + > 2 files changed, 33 insertions(+) > create mode 100644 meta/recipes-devtools/subversion/subversion-1.7.10/neon.m4-fix-includes-and-cflags.patch >