From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from eddie.linux-mips.org ([148.251.95.138] helo=cvs.linux-mips.org) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1kPnwW-0006ox-0m for ptxdist@pengutronix.de; Tue, 06 Oct 2020 16:27:52 +0200 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23993114AbgJFO1uifICu (ORCPT ); Tue, 6 Oct 2020 16:27:50 +0200 Date: Tue, 6 Oct 2020 16:27:46 +0200 From: Ladislav Michl Message-ID: <20201006142746.GP1489016@lenoch> References: <20201006141119.GA1489016@lenoch> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201006141119.GA1489016@lenoch> Subject: [ptxdist] [PATCH 15/29] libcroco: use GNOME mirror List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Signed-off-by: Ladislav Michl --- rules/libcroco.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libcroco.make b/rules/libcroco.make index c95572ebb..74d9b31e5 100644 --- a/rules/libcroco.make +++ b/rules/libcroco.make @@ -19,7 +19,7 @@ LIBCROCO_VERSION := 0.6.2 LIBCROCO_MD5 := 1429c597aa4b75fc610ab3a542c99209 LIBCROCO := libcroco-$(LIBCROCO_VERSION) LIBCROCO_SUFFIX := tar.bz2 -LIBCROCO_URL := http://ftp.gnome.org/pub/GNOME/sources/libcroco/0.6/$(LIBCROCO).$(LIBCROCO_SUFFIX) +LIBCROCO_URL := $(call ptx/mirror, GNOME, libcroco/$(basename $(LIBCROCO_VERSION))/$(LIBCROCO).$(LIBCROCO_SUFFIX)) LIBCROCO_SOURCE := $(SRCDIR)/$(LIBCROCO).$(LIBCROCO_SUFFIX) LIBCROCO_DIR := $(BUILDDIR)/$(LIBCROCO) LIBCROCO_LICENSE := LGPL-2.1-only -- 2.28.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de