All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/lightning: Fix GNU Mirror Path
@ 2017-02-06 16:48 Brian 'redbeard' Harrington
  2017-02-06 18:20 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Brian 'redbeard' Harrington @ 2017-02-06 16:48 UTC (permalink / raw)
  To: buildroot

Replacing ftpmirror.gnu.org with BR2_GNU_MIRROR variable

Signed-off-by: Brian 'redbeard' Harrington <redbeard@coreos.com>
---
 package/lightning/lightning.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lightning/lightning.mk b/package/lightning/lightning.mk
index b74147a..052e593 100644
--- a/package/lightning/lightning.mk
+++ b/package/lightning/lightning.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIGHTNING_VERSION = 2.1.0
-LIGHTNING_SITE = http://ftp.gnu.org/gnu/lightning
+LIGHTNING_SITE = $(BR2_GNU_MIRROR)/lightning
 LIGHTNING_LICENSE = LGPLv3+
 LIGHTNING_LICENSE_FILES = COPYING.LESSER
 LIGHTNING_INSTALL_STAGING = YES
-- 
2.7.4

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

* [Buildroot] [PATCH 1/1] package/lightning: Fix GNU Mirror Path
  2017-02-06 16:48 [Buildroot] [PATCH 1/1] package/lightning: Fix GNU Mirror Path Brian 'redbeard' Harrington
@ 2017-02-06 18:20 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-02-06 18:20 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon,  6 Feb 2017 08:48:02 -0800, Brian 'redbeard' Harrington wrote:
> Replacing ftpmirror.gnu.org with BR2_GNU_MIRROR variable
> 
> Signed-off-by: Brian 'redbeard' Harrington <redbeard@coreos.com>
> ---
>  package/lightning/lightning.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-06 16:48 [Buildroot] [PATCH 1/1] package/lightning: Fix GNU Mirror Path Brian 'redbeard' Harrington
2017-02-06 18:20 ` 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.