From d47fde24219dc3f8db8172047eef1202579d3d15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eric=20B=C3=A9nard?= Date: Mon, 20 Dec 2010 22:44:23 +0100 Subject: [PATCH] xl2tpd: fix SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fetch failed: Unable to fetch URL http://www.xelerance.com/software/xl2tpd/xl2tpd-1.2.6.tar.gz from any source. Signed-off-by: Eric Bénard --- recipes/xl2tpd/xl2tpd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/xl2tpd/xl2tpd.inc b/recipes/xl2tpd/xl2tpd.inc index 5649f97ae4..d4db996351 100644 --- a/recipes/xl2tpd/xl2tpd.inc +++ b/recipes/xl2tpd/xl2tpd.inc @@ -8,7 +8,7 @@ INC_PR = "r1" PACKAGE_ARCH = "${MACHINE_ARCH}" -SRC_URI = "http://www.xelerance.com/software/xl2tpd/xl2tpd-${PV}.tar.gz" +SRC_URI = "ftp://ftp.xelerance.com/xl2tpd/xl2tpd-${PV}.tar.gz" S = "${WORKDIR}/xl2tpd-${PV}" -- 2.39.5