package/cpio: Fix GNU Mirror Path
Replacing ftpmirror.gnu.org with BR2_GNU_MIRROR variable Signed-off-by: Brian 'redbeard' Harrington <redbeard@coreos.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9ec6172671
commit
0f3627a91f
@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
CPIO_VERSION = 2.12
|
CPIO_VERSION = 2.12
|
||||||
CPIO_SITE = http://ftp.gnu.org/gnu/cpio
|
CPIO_SITE = $(BR2_GNU_MIRROR)/cpio
|
||||||
CPIO_CONF_OPTS = --bindir=/bin
|
CPIO_CONF_OPTS = --bindir=/bin
|
||||||
CPIO_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
CPIO_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
||||||
CPIO_LICENSE = GPLv3+
|
CPIO_LICENSE = GPLv3+
|
||||||
|
Loading…
Reference in New Issue
Block a user