diff mbox

util-linux: remove leftover comment

Message ID 20170707210439.28530-1-arnout@mind.be
State Accepted
Commit 22dc1c2e555945c9bc8b668cc20c38aa736cd4f2
Headers show

Commit Message

Arnout Vandecappelle July 7, 2017, 9:04 p.m. UTC
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>
---
 package/util-linux/util-linux.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Korsgaard July 8, 2017, 11:47 a.m. UTC | #1
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 > 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>

Committed, thanks.
diff mbox

Patch

diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index bf55badfc4..29cbfeb5a1 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