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 1kPnw1-0005Fs-3H for ptxdist@pengutronix.de; Tue, 06 Oct 2020 16:27:21 +0200 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23993114AbgJFO1UtAHnZ (ORCPT ); Tue, 6 Oct 2020 16:27:20 +0200 Date: Tue, 6 Oct 2020 16:27:20 +0200 From: Ladislav Michl Message-ID: <20201006142720.GO1489016@lenoch> References: <20201006141119.GA1489016@lenoch> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201006141119.GA1489016@lenoch> Subject: [ptxdist] [PATCH 14/29] json-glib: 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/json-glib.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/json-glib.make b/rules/json-glib.make index 496e0b7f7..24948318d 100644 --- a/rules/json-glib.make +++ b/rules/json-glib.make @@ -18,7 +18,7 @@ JSON_GLIB_VERSION := 1.2.8 JSON_GLIB_MD5 := ff31e7d0594df44318e12facda3d086e JSON_GLIB := json-glib-$(JSON_GLIB_VERSION) JSON_GLIB_SUFFIX := tar.xz -JSON_GLIB_URL := http://ftp.gnome.org/pub/GNOME/sources/json-glib/1.2/$(JSON_GLIB).$(JSON_GLIB_SUFFIX) +JSON_GLIB_URL := $(call ptx/mirror, GNOME, glib/$(basename $(JSON_GLIB_VERSION))/$(JSON_GLIB).$(JSON_GLIB_SUFFIX)) JSON_GLIB_SOURCE := $(SRCDIR)/$(JSON_GLIB).$(JSON_GLIB_SUFFIX) JSON_GLIB_DIR := $(BUILDDIR)/$(JSON_GLIB) JSON_GLIB_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