All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] rpi-userland: needs threads
Date: Tue, 8 Oct 2013 18:28:19 +0200	[thread overview]
Message-ID: <20131008162819.GA3373@free.fr> (raw)
In-Reply-To: <1381221408-15700-1-git-send-email-phil@zankapfel.net>

On 2013-10-08 10:36 +0200, Phil Eichinger spake thusly:
> Signed-off-by: Phil Eichinger <phil@zankapfel.net>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

> ---
>  package/rpi-userland/Config.in |    5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/package/rpi-userland/Config.in b/package/rpi-userland/Config.in
> index da5726f..d4e28a1 100644
> --- a/package/rpi-userland/Config.in
> +++ b/package/rpi-userland/Config.in
> @@ -3,6 +3,7 @@ config BR2_PACKAGE_RPI_USERLAND
>  	depends on BR2_arm
>  	depends on BR2_INSTALL_LIBSTDCPP
>  	depends on BR2_LARGEFILE
> +	depends on BR2_TOOLCHAIN_HAS_THREADS
>  	select BR2_PACKAGE_HAS_OPENGL_EGL
>  	select BR2_PACKAGE_HAS_OPENGL_ES
>  	select BR2_PACKAGE_HAS_OPENVG
> @@ -16,5 +17,5 @@ config BR2_PACKAGE_RPI_USERLAND
>  
>  	  https://github.com/raspberrypi/userland/
>  
> -comment "rpi-userland requires a toolchain with C++ and LARGEFILE support"
> -	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE
> +comment "rpi-userland requires a toolchain with C++, LARGEFILE and threads support"
> +	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  parent reply	other threads:[~2013-10-08 16:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-08  8:36 [Buildroot] [PATCH 1/1] rpi-userland: needs threads Phil Eichinger
2013-10-08  8:47 ` Thomas Petazzoni
2013-10-08  8:52   ` Phil Eichinger
2013-10-08 16:28 ` Yann E. MORIN [this message]
2013-10-08 20:17 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131008162819.GA3373@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.