Re: [PATCH] meson.build: Use a function from libfdt 1.5.1 for the library check

2022-01-19 Thread Paolo Bonzini
On 1/18/22 18:05, Thomas Huth wrote: The fdt version test in meson.build uses a function from libfdt v1.4.7, but we require version 1.5.1 nowadays. Thus use a function that has been introduced in that version instead. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/822 Signed-off-by: Tho

Re: [PATCH] meson.build: Use a function from libfdt 1.5.1 for the library check

2022-01-18 Thread David Gibson
On Tue, Jan 18, 2022 at 06:05:48PM +0100, Thomas Huth wrote: > The fdt version test in meson.build uses a function from libfdt v1.4.7, > but we require version 1.5.1 nowadays. Thus use a function that has > been introduced in that version instead. > > Resolves: https://gitlab.com/qemu-project/qemu

Re: [PATCH] meson.build: Use a function from libfdt 1.5.1 for the library check

2022-01-18 Thread Alistair Francis
On Wed, Jan 19, 2022 at 3:42 AM Thomas Huth wrote: > > The fdt version test in meson.build uses a function from libfdt v1.4.7, > but we require version 1.5.1 nowadays. Thus use a function that has > been introduced in that version instead. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issue

Re: [PATCH] meson.build: Use a function from libfdt 1.5.1 for the library check

2022-01-18 Thread Philippe Mathieu-Daudé via
On 18/1/22 18:05, Thomas Huth wrote: The fdt version test in meson.build uses a function from libfdt v1.4.7, but we require version 1.5.1 nowadays. Thus use a function that has been introduced in that version instead. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/822 Signed-off-by: Tho

[PATCH] meson.build: Use a function from libfdt 1.5.1 for the library check

2022-01-18 Thread Thomas Huth
The fdt version test in meson.build uses a function from libfdt v1.4.7, but we require version 1.5.1 nowadays. Thus use a function that has been introduced in that version instead. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/822 Signed-off-by: Thomas Huth --- meson.build | 2 +- 1 fi