blob: 87a3f446eac6bfba119353a9c8e73db3f8ee15d1 [file] [log] [blame]
# Check whether the host's coreutils are up to date enough
# to provide 'ln --relative' and 'realpath'.
ifeq (,$(call suitable-host-package,coreutils))
BR2_COREUTILS_HOST_DEPENDENCY = host-coreutils
endif