All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] xapp_xdpyinfo: depends on MMU
@ 2014-09-10  9:59 Yuvaraj Patil
  2014-09-11 20:49 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Yuvaraj Patil @ 2014-09-10  9:59 UTC (permalink / raw)
  To: buildroot

This package needs MMU. Hence added dependency on BR2_USE_MMU

Fixes:
http://autobuild.buildroot.net/results/2da/2dada0264409d8fa6befedbc02c0de77c605a5fa//

Signed-off-by: Yuvaraj Patil <yuvaraj.patil@wipro.com>
---
 package/x11r7/xapp_xdpyinfo/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x11r7/xapp_xdpyinfo/Config.in b/package/x11r7/xapp_xdpyinfo/Config.in
index 6584ae1..8527903 100644
--- a/package/x11r7/xapp_xdpyinfo/Config.in
+++ b/package/x11r7/xapp_xdpyinfo/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_XAPP_XDPYINFO
 	bool "xdpyinfo"
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_XLIB_LIBX11
 	select BR2_PACKAGE_XLIB_LIBXEXT
 	select BR2_PACKAGE_XLIB_LIBXTST
-- 
1.7.9.5

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

* [Buildroot] [PATCH] xapp_xdpyinfo: depends on MMU
  2014-09-10  9:59 [Buildroot] [PATCH] xapp_xdpyinfo: depends on MMU Yuvaraj Patil
@ 2014-09-11 20:49 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2014-09-11 20:49 UTC (permalink / raw)
  To: buildroot

>>>>> "Yuvaraj" == Yuvaraj Patil <yuvaraj.patil@wipro.com> writes:

 > This package needs MMU. Hence added dependency on BR2_USE_MMU
 > Fixes:
 > http://autobuild.buildroot.net/results/2da/2dada0264409d8fa6befedbc02c0de77c605a5fa//

 > Signed-off-by: Yuvaraj Patil <yuvaraj.patil@wipro.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2014-09-11 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-10  9:59 [Buildroot] [PATCH] xapp_xdpyinfo: depends on MMU Yuvaraj Patil
2014-09-11 20:49 ` Peter Korsgaard

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.