mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
Fmt depends on BR2_USE_WCHAR since its introduction in 2017 by buildroot commit81fe75c855. Buildroot commit821f9dee81added fmt as dependency to mariadb in July 2023, including the wchar dependency. Buildroot commit8708f3a23afrom March 2024, which replaced the mysql virtual package with mariadb, causes build errors due to the wchar dependency not being propagated. Fixes: https://autobuild.buildroot.net/results/ef2/ef201a7d04330463ce46b93e6d5702dfefc6ad6c/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>