From: Brian 'redbeard' Harrington <redbeard@coreos.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/cpio: Fix GNU Mirror Path
Date: Mon, 6 Feb 2017 08:49:25 -0800 [thread overview]
Message-ID: <1486399765-14815-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/cpio/cpio.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/cpio/cpio.mk b/package/cpio/cpio.mk
index 1576127..b0b8fa6 100644
--- a/package/cpio/cpio.mk
+++ b/package/cpio/cpio.mk
@@ -5,7 +5,7 @@
################################################################################
CPIO_VERSION = 2.12
-CPIO_SITE = http://ftp.gnu.org/gnu/cpio
+CPIO_SITE = $(BR2_GNU_MIRROR)/cpio
CPIO_CONF_OPTS = --bindir=/bin
CPIO_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
CPIO_LICENSE = GPLv3+
--
2.7.4
next reply other threads:[~2017-02-06 16:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-06 16:49 Brian 'redbeard' Harrington [this message]
2017-02-06 18:20 ` [Buildroot] [PATCH 1/1] package/cpio: 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=1486399765-14815-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