* [Buildroot] [PATCH] nginx-upload: select BR2_PACKAGE_NGINX_HTTP
@ 2016-07-19 14:10 Matt Weber
2016-07-19 15:52 ` Yann E. MORIN
2016-07-19 21:18 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Matt Weber @ 2016-07-19 14:10 UTC (permalink / raw)
To: buildroot
From: Bimal Jacob <Bimal.Jacob@rockwellcollins.com>
Resolves:
http://autobuild.buildroot.net/results/64b/64b1bde02346ca67b670f0b095bd3acad707e8cd
Signed-off-by: Bimal Jacob <bimal.jacob@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
---
package/nginx-upload/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/nginx-upload/Config.in b/package/nginx-upload/Config.in
index b4ee71c..bd2d51f 100644
--- a/package/nginx-upload/Config.in
+++ b/package/nginx-upload/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_NGINX_UPLOAD
bool "nginx-upload"
select BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_NGINX_HTTP
help
A module for nginx web server for handling file uploads
using multipart/form-data encoding (RFC 1867).
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] nginx-upload: select BR2_PACKAGE_NGINX_HTTP
2016-07-19 14:10 [Buildroot] [PATCH] nginx-upload: select BR2_PACKAGE_NGINX_HTTP Matt Weber
@ 2016-07-19 15:52 ` Yann E. MORIN
2016-07-19 21:18 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2016-07-19 15:52 UTC (permalink / raw)
To: buildroot
Matt, Bimal, All,
On 2016-07-19 09:10 -0500, Matt Weber spake thusly:
> From: Bimal Jacob <Bimal.Jacob@rockwellcollins.com>
>
> Resolves:
> http://autobuild.buildroot.net/results/64b/64b1bde02346ca67b670f0b095bd3acad707e8cd
>
> Signed-off-by: Bimal Jacob <bimal.jacob@rockwellcollins.com>
> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> package/nginx-upload/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/nginx-upload/Config.in b/package/nginx-upload/Config.in
> index b4ee71c..bd2d51f 100644
> --- a/package/nginx-upload/Config.in
> +++ b/package/nginx-upload/Config.in
> @@ -1,6 +1,7 @@
> config BR2_PACKAGE_NGINX_UPLOAD
> bool "nginx-upload"
> select BR2_PACKAGE_OPENSSL
> + select BR2_PACKAGE_NGINX_HTTP
> help
> A module for nginx web server for handling file uploads
> using multipart/form-data encoding (RFC 1867).
> --
> 1.9.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 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] nginx-upload: select BR2_PACKAGE_NGINX_HTTP
2016-07-19 14:10 [Buildroot] [PATCH] nginx-upload: select BR2_PACKAGE_NGINX_HTTP Matt Weber
2016-07-19 15:52 ` Yann E. MORIN
@ 2016-07-19 21:18 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-07-19 21:18 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 19 Jul 2016 09:10:35 -0500, Matt Weber wrote:
> From: Bimal Jacob <Bimal.Jacob@rockwellcollins.com>
>
> Resolves:
> http://autobuild.buildroot.net/results/64b/64b1bde02346ca67b670f0b095bd3acad707e8cd
>
> Signed-off-by: Bimal Jacob <bimal.jacob@rockwellcollins.com>
> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
> ---
> package/nginx-upload/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/nginx-upload/Config.in b/package/nginx-upload/Config.in
> index b4ee71c..bd2d51f 100644
> --- a/package/nginx-upload/Config.in
> +++ b/package/nginx-upload/Config.in
> @@ -1,6 +1,7 @@
> config BR2_PACKAGE_NGINX_UPLOAD
> bool "nginx-upload"
> select BR2_PACKAGE_OPENSSL
> + select BR2_PACKAGE_NGINX_HTTP
All the built-in Nginx modules that need the http server to be enabled
have a "depends on" dependency on the http server. So to be consistent
with this, I've changed this "select" to a "depends on", and applied
your patch.
Thanks a lot for the investigation!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-19 21:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-19 14:10 [Buildroot] [PATCH] nginx-upload: select BR2_PACKAGE_NGINX_HTTP Matt Weber
2016-07-19 15:52 ` Yann E. MORIN
2016-07-19 21:18 ` 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.