All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/swupdate: Fix to document proper LIBCURL name
@ 2019-09-30  5:48 Jagan Teki
  2019-09-30 20:22 ` Thomas Petazzoni
  2019-10-01  9:45 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Jagan Teki @ 2019-09-30  5:48 UTC (permalink / raw)
  To: buildroot

Config.in documented BR2_LIBCURL for swupdate but the actual
package name is BR2_PACKAGE_LIBCURL

Fix by updating the same in Config.in

Cc: J?rg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 package/swupdate/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/swupdate/Config.in b/package/swupdate/Config.in
index 9be60a13d3..951caf604c 100644
--- a/package/swupdate/Config.in
+++ b/package/swupdate/Config.in
@@ -22,7 +22,7 @@ config BR2_PACKAGE_SWUPDATE
 
 	  * Select BR2_PACKAGE_LUA or BR2_PACKAGE_LUAJIT if you want
 	    want to have Lua support.
-	  * Select BR2_LIBCURL if you want to use the download
+	  * Select BR2_PACKAGE_LIBCURL if you want to use the download
 	    feature.
 	  * Select BR2_PACKAGE_OPENSSL is you want to add encryption
 	    support.
-- 
2.18.0.321.gffc6fa0e3

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

* [Buildroot] [PATCH] package/swupdate: Fix to document proper LIBCURL name
  2019-09-30  5:48 [Buildroot] [PATCH] package/swupdate: Fix to document proper LIBCURL name Jagan Teki
@ 2019-09-30 20:22 ` Thomas Petazzoni
  2019-10-01  9:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-09-30 20:22 UTC (permalink / raw)
  To: buildroot

On Mon, 30 Sep 2019 11:18:50 +0530
Jagan Teki <jagan@amarulasolutions.com> wrote:

> Config.in documented BR2_LIBCURL for swupdate but the actual
> package name is BR2_PACKAGE_LIBCURL
> 
> Fix by updating the same in Config.in
> 
> Cc: J?rg Krause <joerg.krause@embedded.rocks>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---
>  package/swupdate/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/swupdate: Fix to document proper LIBCURL name
  2019-09-30  5:48 [Buildroot] [PATCH] package/swupdate: Fix to document proper LIBCURL name Jagan Teki
  2019-09-30 20:22 ` Thomas Petazzoni
@ 2019-10-01  9:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-10-01  9:45 UTC (permalink / raw)
  To: buildroot

>>>>> "Jagan" == Jagan Teki <jagan@amarulasolutions.com> writes:

 > Config.in documented BR2_LIBCURL for swupdate but the actual
 > package name is BR2_PACKAGE_LIBCURL

 > Fix by updating the same in Config.in

 > Cc: J?rg Krause <joerg.krause@embedded.rocks>
 > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Committed to 2019.02.x, 2019.05.x and 2019.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-10-01  9:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30  5:48 [Buildroot] [PATCH] package/swupdate: Fix to document proper LIBCURL name Jagan Teki
2019-09-30 20:22 ` Thomas Petazzoni
2019-10-01  9:45 ` Peter Korsgaard

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.