aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xl2tpd
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-12-20 22:44:23 +0100
committerEric Bénard <eric@eukrea.com>2010-12-21 00:25:01 +0100
commitd47fde24219dc3f8db8172047eef1202579d3d15 (patch)
tree55a9ff0798f3ad90357e2cb99e1a278a8e84191c /recipes/xl2tpd
parent3a0e1b7d3c986647e2eb6cb4d2bb1f92610673a1 (diff)
downloadopenembedded-d47fde24219dc3f8db8172047eef1202579d3d15.tar.gz
xl2tpd: fix SRC_URI
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 <eric@eukrea.com>
Diffstat (limited to 'recipes/xl2tpd')
-rw-r--r--recipes/xl2tpd/xl2tpd.inc2
1 files changed, 1 insertions, 1 deletions
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}"