From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiM2f-0007QJ-Ly for qemu-devel@nongnu.org; Fri, 31 May 2013 05:54:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiM2d-000250-3p for qemu-devel@nongnu.org; Fri, 31 May 2013 05:54:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiM2c-00024t-Rl for qemu-devel@nongnu.org; Fri, 31 May 2013 05:54:35 -0400 Message-ID: <51A87348.30307@redhat.com> Date: Fri, 31 May 2013 11:54:16 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <9b6a3a52e3f46cfbc1ded9ab56385ec045e46705.1369628289.git.peter.crosthwaite@xilinx.com> <20130529081853.GC5489@boomeroo.fritz.box> <20130529093157.GF5489@boomeroo.fritz.box> <20130531033245.GB5408@boomeroo.fritz.box> <51A85E93.5010507@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/1] configure: dtc: Probe for libfdt_env.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: edgar.iglesias@gmail.com, Peter Crosthwaite , qemu-devel@nongnu.org, David Gibson Il 31/05/2013 11:44, Peter Maydell ha scritto: > On 31 May 2013 09:25, Paolo Bonzini wrote: >> Please don't. Fedora is not going to use the bundled dtc because of a >> policy against bundling, and Fedora's dtc package doesn't include >> libfdt_env.h. > > It sounds like Fedora's dtc package is broken then -- are you > going to fix it? I'm not the packager, I can open a bug. :) >> If David says that the changes are rare enough, let's just fix the >> bundled libfdt_env.h. > > ...I don't have an objection to this if we can make it > work for all versions of libfdt, and if it's a way of > using libfdt that upstream expects and is happy to support. Former, I don't know. Latter, yes. Paolo