From: Brian 'redbeard' Harrington <redbeard@coreos.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/lightning: Fix GNU Mirror Path
Date: Mon, 6 Feb 2017 08:48:02 -0800 [thread overview]
Message-ID: <1486399682-14656-1-git-send-email-redbeard@coreos.com> (raw)
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
next reply other threads:[~2017-02-06 16:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-06 16:48 Brian 'redbeard' Harrington [this message]
2017-02-06 18:20 ` [Buildroot] [PATCH 1/1] package/lightning: Fix GNU Mirror Path Thomas Petazzoni
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=1486399682-14656-1-git-send-email-redbeard@coreos.com \
--to=redbeard@coreos.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox