diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-07-07 23:04:39 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-07-08 13:47:29 +0200 |
commit | 22dc1c2e555945c9bc8b668cc20c38aa736cd4f2 (patch) | |
tree | 27bfc7f703192915e4d23b13381a80750c5fdbaf /package/util-linux/util-linux.mk | |
parent | d97d16034e22b68ad21706881bdc0d045f0a19db (diff) | |
download | buildroot-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>
Diffstat (limited to 'package/util-linux/util-linux.mk')
-rw-r--r-- | package/util-linux/util-linux.mk | 1 |
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 |