Re: [Qemu-devel] [PATCH for-2.12? 1/4] configure: Really use local libfdt if the system one is too old

2018-04-15 Thread Thomas Huth
On 16.04.2018 01:05, Philippe Mathieu-Daudé wrote: > QEMU requires libfdt version >= 1.4.2. > If the host has an older libfdt installed, the configure script will use > a (git cloned) local version. > > Example with Debian 8: > $ dpkg-query --showformat='${Version}\n' --show libfdt-dev >

[Qemu-devel] [PATCH for-2.12? 1/4] configure: Really use local libfdt if the system one is too old

2018-04-15 Thread Philippe Mathieu-Daudé
QEMU requires libfdt version >= 1.4.2. If the host has an older libfdt installed, the configure script will use a (git cloned) local version. Example with Debian 8: $ dpkg-query --showformat='${Version}\n' --show libfdt-dev 1.4.0+dfsg-1 $ ./configure [...] fdt support