All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] mtools: needs mmu
@ 2014-03-28 22:23 Gustavo Zacarias
  2014-03-29  8:06 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-03-28 22:23 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/915/91531e06646b7453248be5c7ca22101edd42d641/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/mtools/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mtools/Config.in b/package/mtools/Config.in
index c471d77..5865223 100644
--- a/package/mtools/Config.in
+++ b/package/mtools/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_MTOOLS
 	bool "mtools"
 	depends on BR2_USE_WCHAR
+	depends on BR2_USE_MMU # fork()
 	help
 	  Mtools is a collection of utilities to access MS-DOS disks from
 	  Unix without mounting them. It supports Win'95 style long file
-- 
1.8.3.2

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

* [Buildroot] [PATCH] mtools: needs mmu
  2014-03-28 22:23 [Buildroot] [PATCH] mtools: needs mmu Gustavo Zacarias
@ 2014-03-29  8:06 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-03-29  8:06 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Fri, 28 Mar 2014 19:23:57 -0300, Gustavo Zacarias wrote:
> Fixes:
> http://autobuild.buildroot.net/results/915/91531e06646b7453248be5c7ca22101edd42d641/
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/mtools/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied, 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:[~2014-03-29  8:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-28 22:23 [Buildroot] [PATCH] mtools: needs mmu Gustavo Zacarias
2014-03-29  8:06 ` 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.