All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] util-linux: select ncurses when "pg" is selected
@ 2016-10-24 18:51 Carlos Santos
  2016-10-24 20:42 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Santos @ 2016-10-24 18:51 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/63374203f32d2e9407531b53cd5d8f2665944fbe
http://autobuild.buildroot.net/results/6279cd6f45f54ed5857a2fc08a21d9e257b6bc4b
http://autobuild.buildroot.net/results/5604c56c0c92483d28e51eb4e70a9741c3c4effe

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
---
 package/util-linux/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in
index 0c33919..9b70f9f 100644
--- a/package/util-linux/Config.in
+++ b/package/util-linux/Config.in
@@ -252,6 +252,7 @@ comment "nsenter needs a toolchain w/ headers >= 3.0"
 config BR2_PACKAGE_UTIL_LINUX_PG
 	bool "pg"
 	depends on BR2_USE_MMU # fork()
+	select BR2_PACKAGE_NCURSES
 	help
 	  Browse pagewise through text files
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] util-linux: select ncurses when "pg" is selected
  2016-10-24 18:51 [Buildroot] [PATCH] util-linux: select ncurses when "pg" is selected Carlos Santos
@ 2016-10-24 20:42 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-10-24 20:42 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 24 Oct 2016 16:51:06 -0200, Carlos Santos wrote:
> Fixes:
> http://autobuild.buildroot.net/results/63374203f32d2e9407531b53cd5d8f2665944fbe
> http://autobuild.buildroot.net/results/6279cd6f45f54ed5857a2fc08a21d9e257b6bc4b
> http://autobuild.buildroot.net/results/5604c56c0c92483d28e51eb4e70a9741c3c4effe
> 
> Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
> ---
>  package/util-linux/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-24 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-24 18:51 [Buildroot] [PATCH] util-linux: select ncurses when "pg" is selected Carlos Santos
2016-10-24 20:42 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.