Re: [Qemu-devel] [PATCH v1 1/1] configure: Probe for libfdt_env.h

2013-05-26 Thread Peter Crosthwaite
Hi Peter, On Wed, May 22, 2013 at 6:26 PM, Peter Maydell wrote: > On 22 May 2013 08:47, Edgar E. Iglesias wrote: >> On Wed, May 22, 2013 at 11:50:22AM +1000, peter.crosthwa...@xilinx.com wrote: >>> From: Peter Crosthwaite >>> Currently QEMU provides a local clone of the file libfdt_env.h in >>>

Re: [Qemu-devel] [PATCH v1 1/1] configure: Probe for libfdt_env.h

2013-05-22 Thread Peter Maydell
On 22 May 2013 08:47, Edgar E. Iglesias wrote: > On Wed, May 22, 2013 at 11:50:22AM +1000, peter.crosthwa...@xilinx.com wrote: >> From: Peter Crosthwaite >> Currently QEMU provides a local clone of the file libfdt_env.h in >> /include. This file is supposed to come with the libfdt package and is

Re: [Qemu-devel] [PATCH v1 1/1] configure: Probe for libfdt_env.h

2013-05-22 Thread Edgar E. Iglesias
On Wed, May 22, 2013 at 11:50:22AM +1000, peter.crosthwa...@xilinx.com wrote: > From: Peter Crosthwaite > > Currently QEMU provides a local clone of the file libfdt_env.h in > /include. This file is supposed to come with the libfdt package and is > only needed for broken installs of libfdt. Unfor

[Qemu-devel] [PATCH v1 1/1] configure: Probe for libfdt_env.h

2013-05-21 Thread peter . crosthwaite
From: Peter Crosthwaite Currently QEMU provides a local clone of the file libfdt_env.h in /include. This file is supposed to come with the libfdt package and is only needed for broken installs of libfdt. Unfortunately, libfdt 1.3 stable is tagged with this bug so we cant realistically remove the