Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/wiringpi: uses fork(), needs mmu
@ 2016-06-04 17:27 Bernd Kuhls
  2016-06-05 10:23 ` Peter Seiderer
  2016-06-05 20:18 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2016-06-04 17:27 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/c60/c6013c214674f9802309d8cd770d3da2f751674d/

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

diff --git a/package/wiringpi/Config.in b/package/wiringpi/Config.in
index 9275b82..a292b3f 100644
--- a/package/wiringpi/Config.in
+++ b/package/wiringpi/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_WIRINGPI
 	bool "wiringpi"
+	depends on BR2_USE_MMU # fork()
 	help
 	  wiringPi libraries (and gpio command)
 
-- 
2.8.1

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

* [Buildroot] [PATCH 1/1] package/wiringpi: uses fork(), needs mmu
  2016-06-04 17:27 [Buildroot] [PATCH 1/1] package/wiringpi: uses fork(), needs mmu Bernd Kuhls
@ 2016-06-05 10:23 ` Peter Seiderer
  2016-06-05 20:18 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Seiderer @ 2016-06-05 10:23 UTC (permalink / raw)
  To: buildroot

Hello Bernd,

On Sat,  4 Jun 2016 19:27:05 +0200, Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Fixes
> http://autobuild.buildroot.net/results/c60/c6013c214674f9802309d8cd770d3da2f751674d/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/wiringpi/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/wiringpi/Config.in b/package/wiringpi/Config.in
> index 9275b82..a292b3f 100644
> --- a/package/wiringpi/Config.in
> +++ b/package/wiringpi/Config.in
> @@ -1,5 +1,6 @@
>  config BR2_PACKAGE_WIRINGPI
>  	bool "wiringpi"
> +	depends on BR2_USE_MMU # fork()
>  	help
>  	  wiringPi libraries (and gpio command)
>  

Reviewed-by: Peter Seiderer <ps.report@gmx.net>

Thanks for spotting (and fixing) it...

Regards,
Peter

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

* [Buildroot] [PATCH 1/1] package/wiringpi: uses fork(), needs mmu
  2016-06-04 17:27 [Buildroot] [PATCH 1/1] package/wiringpi: uses fork(), needs mmu Bernd Kuhls
  2016-06-05 10:23 ` Peter Seiderer
@ 2016-06-05 20:18 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2016-06-05 20:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Fixes
 > http://autobuild.buildroot.net/results/c60/c6013c214674f9802309d8cd770d3da2f751674d/

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-06-05 20:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-04 17:27 [Buildroot] [PATCH 1/1] package/wiringpi: uses fork(), needs mmu Bernd Kuhls
2016-06-05 10:23 ` Peter Seiderer
2016-06-05 20:18 ` Peter Korsgaard

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