From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UorWa-0001SV-AI for qemu-devel@nongnu.org; Tue, 18 Jun 2013 04:44:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UorWY-0002vj-Uw for qemu-devel@nongnu.org; Tue, 18 Jun 2013 04:44:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UorWY-0002vd-NZ for qemu-devel@nongnu.org; Tue, 18 Jun 2013 04:44:22 -0400 Message-ID: <51C01DD8.4070901@redhat.com> Date: Tue, 18 Jun 2013 10:44:08 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1371221594-11556-1-git-send-email-peter.maydell@linaro.org> <1371221594-11556-7-git-send-email-peter.maydell@linaro.org> <51BF9AA9.5010706@suse.de> <51BFAE01.8060205@suse.de> <51BFB63A.6060608@suse.de> In-Reply-To: <51BFB63A.6060608@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 06/10] configure: dtc: Probe for libfdt_env.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Peter Maydell , Anthony Liguori , Kim Phillips , Peter Crosthwaite , qemu-devel@nongnu.org, Alexander Graf , Dinar Valeev , David Gibson Il 18/06/2013 03:22, Andreas F=E4rber ha scritto: >> Yes, this is massively overdue. Bugfixes aside DTC has seen some >> significant feature development since 1.3.0. >=20 > For the record, I came up with the following interim fix for openSUSE t= o > avoid submodule builds for all my repositories: >=20 > https://build.opensuse.org/request/show/179370 I did something similar with EPEL. However, note that it may break building old QEMU if QEMU's libfdt_env.h is picked up instead of the installed one. :( Paolo