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