From: Arnout Vandecappelle Date: Fri, 7 Jul 2017 21:04:39 +0000 (+0200) Subject: util-linux: remove leftover comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22dc1c2e555945c9bc8b668cc20c38aa736cd4f2;p=buildroot.git util-linux: remove leftover comment We no longer have automatic derivation of DEPENDENCIES for host packages, so the comment that we don't want a host-busybox dependency is no longer valid. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk index 4c2b1f627d..99cc77fbaa 100644 --- a/package/util-linux/util-linux.mk +++ b/package/util-linux/util-linux.mk @@ -33,7 +33,6 @@ UTIL_LINUX_CONF_OPTS += \ --without-systemd \ --with-systemdsystemunitdir=no -# We don't want the host-busybox dependency to be added automatically HOST_UTIL_LINUX_DEPENDENCIES = host-pkgconf # We also don't want the host-python dependency