[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/3] meson.build: Don't use internal libfdt if the user reque
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 2/3] meson.build: Don't use internal libfdt if the user requested the system libfdt |
Date: |
Fri, 27 Aug 2021 15:05:15 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 |
On 8/27/21 2:09 PM, Thomas Huth wrote:
> If the users ran configure with --enable-libfdt=system, they likely did
> that on purpose. We should not silently fall back to the internal libfdt
> if the system libfdt is not usable, but report the problem with a proper
> message instead.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> meson.build | 2 ++
> 1 file changed, 2 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
- [PATCH 0/3] dtc: Fixes for the fdt check and update submodule to 1.6.1, Thomas Huth, 2021/08/27
- [PATCH 1/3] meson.build: Fix the check for a usable libfdt, Thomas Huth, 2021/08/27
- [PATCH 2/3] meson.build: Don't use internal libfdt if the user requested the system libfdt, Thomas Huth, 2021/08/27
- Re: [PATCH 2/3] meson.build: Don't use internal libfdt if the user requested the system libfdt,
Philippe Mathieu-Daudé <=
- [PATCH 3/3] dtc: Update to version 1.6.1, Thomas Huth, 2021/08/27
- Re: [PATCH 0/3] dtc: Fixes for the fdt check and update submodule to 1.6.1, Marc-André Lureau, 2021/08/27
- [PATCH 4/3] gitlab-ci: Don't try to use the system libfdt in the debian job, Thomas Huth, 2021/08/27