mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
host-pkgconf is a mandatory dependency since the addition of the package in commit7f1f3f8786resulting in the following ulog build failure: /home/buildroot/autobuild/run/instance-0/output-1/per-package/ulog/host/opt/alchemy/check.mk:36: *** 'pkg-config' is required. Stop. An other option would be to set TARGET_OS to baremetal but it could have unexpected side-effects such as removing -fPIC for arm targets Fixes: - http://autobuild.buildroot.org/results/c731fe0e9bdbfce0823f9c48641f1ed710fa6125 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Reviewed-by: Herve Codina <herve.codina@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit837e312868) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>