All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] xlib_libXpm: needs MMU (fork)
@ 2014-04-26 19:31 Bernd Kuhls
  2014-04-29  5:22 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2014-04-26 19:31 UTC (permalink / raw)
  To: buildroot

Fixes http://autobuild.buildroot.net/results/c57/c571b0a9d9f36a445ea36a4bd609154f9a9bddd5/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xlib_libXpm/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x11r7/xlib_libXpm/Config.in b/package/x11r7/xlib_libXpm/Config.in
index 528498c..077041a 100644
--- a/package/x11r7/xlib_libXpm/Config.in
+++ b/package/x11r7/xlib_libXpm/Config.in
@@ -4,5 +4,6 @@ config BR2_PACKAGE_XLIB_LIBXPM
 	select BR2_PACKAGE_XLIB_LIBXEXT
 	select BR2_PACKAGE_XLIB_LIBXT
 	select BR2_PACKAGE_XPROTO_XPROTO
+	depends on BR2_USE_MMU # fork()
 	help
 	  X.Org Xpm library
-- 
1.7.10.4

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

* [Buildroot] [PATCH 1/1] xlib_libXpm: needs MMU (fork)
  2014-04-26 19:31 [Buildroot] [PATCH 1/1] xlib_libXpm: needs MMU (fork) Bernd Kuhls
@ 2014-04-29  5:22 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-04-29  5:22 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sat, 26 Apr 2014 21:31:07 +0200, Bernd Kuhls wrote:
> Fixes http://autobuild.buildroot.net/results/c57/c571b0a9d9f36a445ea36a4bd609154f9a9bddd5/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/x11r7/xlib_libXpm/Config.in |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/x11r7/xlib_libXpm/Config.in b/package/x11r7/xlib_libXpm/Config.in
> index 528498c..077041a 100644
> --- a/package/x11r7/xlib_libXpm/Config.in
> +++ b/package/x11r7/xlib_libXpm/Config.in
> @@ -4,5 +4,6 @@ config BR2_PACKAGE_XLIB_LIBXPM
>  	select BR2_PACKAGE_XLIB_LIBXEXT
>  	select BR2_PACKAGE_XLIB_LIBXT
>  	select BR2_PACKAGE_XPROTO_XPROTO
> +	depends on BR2_USE_MMU # fork()
>  	help
>  	  X.Org Xpm library

Remember that you need to propagate the BR2_USE_MMU dependency to the
reverse dependencies that select xlib_libXpm. So as it is, the patch is
not sufficient, as far as I can see.

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-04-29  5:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-26 19:31 [Buildroot] [PATCH 1/1] xlib_libXpm: needs MMU (fork) Bernd Kuhls
2014-04-29  5:22 ` 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.