Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/cpio: Fix GNU Mirror Path
@ 2017-02-06 16:49 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:49 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply related	[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:49 [Buildroot] [PATCH 1/1] package/cpio: Fix GNU Mirror Path Brian 'redbeard' Harrington
2017-02-06 18:20 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox