All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/janus-gateway: remove wrong REST comment
@ 2020-03-29 16:44 Fabrice Fontaine
  2020-03-29 17:20 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-03-29 16:44 UTC (permalink / raw)
  To: buildroot

Commit 80f3622bc78d7d2c404a5e4d960686bd03c82450 removed
BR2_TOOLCHAIN_HAS_THREADS dependency from BR2_PACKAGE_JANUS_GATEWAY_REST
but forgot to remove comment

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/janus-gateway/Config.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/janus-gateway/Config.in b/package/janus-gateway/Config.in
index 989ae26055..fc32546717 100644
--- a/package/janus-gateway/Config.in
+++ b/package/janus-gateway/Config.in
@@ -79,9 +79,6 @@ config BR2_PACKAGE_JANUS_GATEWAY_REST
 	bool "REST (HTTP/HTTPS)"
 	select BR2_PACKAGE_LIBMICROHTTPD
 
-comment "REST transport needs a toolchain w/ threads"
-	depends on !BR2_TOOLCHAIN_HAS_THREADS
-
 config BR2_PACKAGE_JANUS_GATEWAY_UNIX_SOCKETS
 	bool "Unix Sockets"
 	default y
-- 
2.25.1

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

* [Buildroot] [PATCH 1/1] package/janus-gateway: remove wrong REST comment
  2020-03-29 16:44 [Buildroot] [PATCH 1/1] package/janus-gateway: remove wrong REST comment Fabrice Fontaine
@ 2020-03-29 17:20 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2020-03-29 17:20 UTC (permalink / raw)
  To: buildroot

Fabrice, All,

On 2020-03-29 18:44 +0200, Fabrice Fontaine spake thusly:
> Commit 80f3622bc78d7d2c404a5e4d960686bd03c82450 removed
> BR2_TOOLCHAIN_HAS_THREADS dependency from BR2_PACKAGE_JANUS_GATEWAY_REST
> but forgot to remove comment
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/janus-gateway/Config.in | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/package/janus-gateway/Config.in b/package/janus-gateway/Config.in
> index 989ae26055..fc32546717 100644
> --- a/package/janus-gateway/Config.in
> +++ b/package/janus-gateway/Config.in
> @@ -79,9 +79,6 @@ config BR2_PACKAGE_JANUS_GATEWAY_REST
>  	bool "REST (HTTP/HTTPS)"
>  	select BR2_PACKAGE_LIBMICROHTTPD
>  
> -comment "REST transport needs a toolchain w/ threads"
> -	depends on !BR2_TOOLCHAIN_HAS_THREADS
> -
>  config BR2_PACKAGE_JANUS_GATEWAY_UNIX_SOCKETS
>  	bool "Unix Sockets"
>  	default y
> -- 
> 2.25.1
> 
> _______________________________________________
> 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 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2020-03-29 17:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-29 16:44 [Buildroot] [PATCH 1/1] package/janus-gateway: remove wrong REST comment Fabrice Fontaine
2020-03-29 17:20 ` Yann E. MORIN

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.