summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-07-07 23:04:39 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-07-08 13:47:29 +0200
commit22dc1c2e555945c9bc8b668cc20c38aa736cd4f2 (patch)
tree27bfc7f703192915e4d23b13381a80750c5fdbaf
parentd97d16034e22b68ad21706881bdc0d045f0a19db (diff)
downloadbuildroot-22dc1c2e555945c9bc8b668cc20c38aa736cd4f2.tar.gz
buildroot-22dc1c2e555945c9bc8b668cc20c38aa736cd4f2.zip
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) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/util-linux/util-linux.mk1
1 files changed, 0 insertions, 1 deletions
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
OpenPOWER on IntegriCloud