[Buildroot] [PATCH] x11vnc: needs MMU

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jul 26 07:22:06 UTC 2014


Dear Yuvaraj Patil,

On Fri, 25 Jul 2014 17:28:50 +0530, Yuvaraj Patil wrote:
> This package needs MMU. Hence added dependency on BR2_USE_MMU
> 
> Fixes:
> http://autobuild.buildroot.net/results/b9d/b9d27977a231d186fe5289232f5d3995ec756266//
> Signed-off-by: Yuvaraj Patil <yuvaraj.patil at wipro.com>

There should have been one empty new line before the Signed-off-by line.

>  package/x11vnc/Config.in |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/x11vnc/Config.in b/package/x11vnc/Config.in
> index 5693754..f27cc8a 100644
> --- a/package/x11vnc/Config.in
> +++ b/package/x11vnc/Config.in
> @@ -1,6 +1,7 @@
>  config BR2_PACKAGE_X11VNC
>  	bool "x11vnc"
>  	depends on BR2_PACKAGE_XORG7
> +	depends on BR2_USE_MMU #fork()

Nit: space between # and fork().

I've fixed both of those minor issues, and applied your patch.

Thanks a lot!

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


More information about the buildroot mailing list