summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2017-08-10 12:59:57 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-08-28 11:32:15 +0200
commit396595d1b4dab4b5a26ea5b7a21a4ae4212b1499 (patch)
treeaec1725e384c786b30d1679584a836b8692d3fad
parent20a0e8b73f7bce342ea0e352e70fa8acb2919032 (diff)
downloadptxdist-396595d1b4dab4b5a26ea5b7a21a4ae4212b1499.tar.gz
ptxdist-396595d1b4dab4b5a26ea5b7a21a4ae4212b1499.tar.xz
util-linux-ng: Add dependency for 'column' tool
When selecting only tools which do not require libsmartcols, but column, targetinstall fails. 'column' seems to require libsmartcols now and is not build if libsmartcols is disabled. When enabling it, everything works fine. Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/util-linux-ng.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index d936dfe56..ae8c1ef71 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -45,6 +45,7 @@ config UTIL_LINUX_NG_AGETTY
config UTIL_LINUX_NG_COLUMN
bool
+ select UTIL_LINUX_NG_LIBSMARTCOLS
prompt "column"
help
Columnate lists.