From: Alexander Dahl <ada@thorsis.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] util-linux-ng: Add dependency for 'column' tool
Date: Thu, 10 Aug 2017 12:59:57 +0200 [thread overview]
Message-ID: <1502362797-4408-1-git-send-email-ada@thorsis.com> (raw)
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>
---
rules/util-linux-ng.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index d936dfe..ae8c1ef 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.
--
2.1.4
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2017-08-10 11:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1502362797-4408-1-git-send-email-ada@thorsis.com \
--to=ada@thorsis.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox