check-host-coreutils.mk 206 B

123456
  1. # Check whether the host's coreutils are up to date enough
  2. # to provide 'ln --relative' and 'realpath'.
  3. ifeq (,$(call suitable-host-package,coreutils))
  4. BR2_COREUTILS_HOST_DEPENDENCY = host-coreutils
  5. endif