Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/2] package/util-linux: disable libsmartcols in no-MMU platforms
@ 2016-02-21 18:14 Romain Naour
  2016-02-21 18:14 ` [Buildroot] [PATCH v2 2/2] package/util-linux: remove patch for uClibc support Romain Naour
  2016-02-25 22:16 ` [Buildroot] [PATCH v2 1/2] package/util-linux: disable libsmartcols in no-MMU platforms Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Romain Naour @ 2016-02-21 18:14 UTC (permalink / raw)
  To: buildroot

As reported by Thomas Petazzoni [1], the libsmartcols library can't
be used on no-MMU platform since fork() is used.

[1] http://lists.busybox.net/pipermail/buildroot/2016-February/153414.html

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 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 3f9a7db..60abd67 100644
--- a/package/util-linux/Config.in
+++ b/package/util-linux/Config.in
@@ -27,6 +27,7 @@ config BR2_PACKAGE_UTIL_LINUX_LIBMOUNT
 
 config BR2_PACKAGE_UTIL_LINUX_LIBSMARTCOLS
 	bool "libsmartcols"
+	depends on BR2_USE_MMU # fork
 	help
 	  Install libsmartcols.
 
-- 
2.5.0

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

end of thread, other threads:[~2016-02-25 22:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-21 18:14 [Buildroot] [PATCH v2 1/2] package/util-linux: disable libsmartcols in no-MMU platforms Romain Naour
2016-02-21 18:14 ` [Buildroot] [PATCH v2 2/2] package/util-linux: remove patch for uClibc support Romain Naour
2016-02-25 22:16   ` Thomas Petazzoni
2016-02-25 22:16 ` [Buildroot] [PATCH v2 1/2] package/util-linux: disable libsmartcols in no-MMU platforms Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox