From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmleA-0006la-Ny for qemu-devel@nongnu.org; Wed, 12 Jun 2013 10:03:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Umle9-0002WY-PG for qemu-devel@nongnu.org; Wed, 12 Jun 2013 10:03:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Umle9-0002WS-In for qemu-devel@nongnu.org; Wed, 12 Jun 2013 10:03:33 -0400 Message-ID: <51B87FAB.6040107@redhat.com> Date: Wed, 12 Jun 2013 10:03:23 -0400 From: Paolo Bonzini MIME-Version: 1.0 References: <1370529574-31069-1-git-send-email-hdegoede@redhat.com> <1370529574-31069-2-git-send-email-hdegoede@redhat.com> <51B87DCA.1060309@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] device_tree: Fix build with latest libfdt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Peter Crosthwaite , qemu-devel@nongnu.org, Hans de Goede , Gerd Hoffmann , "Edgar E. Iglesias" , David Gibson Il 12/06/2013 10:01, Peter Maydell ha scritto: >>> >> [PATCH v2 1/1] configure: dtc: Probe for libfdt_env.h >>> >> >>> >> CCing the crowd. >> > >> > F19, F20 and EPEL6 will all distribute libfdt_env.h by the time 1.6 is >> > out. If this patch is not qemu-stable material, you have my ack too. > For clarity, by "this patch" do you mean the one that started > this email thread (from Hans) or the one from Peter that he > quotes the Subject of here? The one that requires libfdt_env.h to be installed under /usr/include. Paolo