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 1kPnxo-0006ox-4n for ptxdist@pengutronix.de; Tue, 06 Oct 2020 16:29:12 +0200 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23993115AbgJFO3L5ojzv (ORCPT ); Tue, 6 Oct 2020 16:29:11 +0200 Date: Tue, 6 Oct 2020 16:29:11 +0200 From: Ladislav Michl Message-ID: <20201006142911.GS1489016@lenoch> References: <20201006141119.GA1489016@lenoch> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201006141119.GA1489016@lenoch> Subject: [ptxdist] [PATCH 18/29] libgudev: 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/libgudev.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/libgudev.make b/rules/libgudev.make index a1cdab3e6..637ea662d 100644 --- a/rules/libgudev.make +++ b/rules/libgudev.make @@ -18,7 +18,7 @@ LIBGUDEV_VERSION := 230 LIBGUDEV_MD5 := e4dee8f3f349e9372213d33887819a4d LIBGUDEV := libgudev-$(LIBGUDEV_VERSION) LIBGUDEV_SUFFIX := tar.xz -LIBGUDEV_URL := https://download.gnome.org/sources/libgudev/$(LIBGUDEV_VERSION)/$(LIBGUDEV).$(LIBGUDEV_SUFFIX) +LIBGUDEV_URL := $(call ptx/mirror, GNOME, libgudev/$(LIBGUDEV_VERSION)/$(LIBGUDEV).$(LIBGUDEV_SUFFIX)) LIBGUDEV_SOURCE := $(SRCDIR)/$(LIBGUDEV).$(LIBGUDEV_SUFFIX) LIBGUDEV_DIR := $(BUILDDIR)/$(LIBGUDEV) LIBGUDEV_LICENSE := LGPL-2.1-or-later -- 2.28.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de