[oe-commits] Eric Bénard : xl2tpd: fix SRC_URI

git version control git at git.openembedded.org
Mon Dec 20 23:28:45 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d47fde24219dc3f8db8172047eef1202579d3d15
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d47fde24219dc3f8db8172047eef1202579d3d15

Author: Eric Bénard <eric at eukrea.com>
Date:   Mon Dec 20 22:44:23 2010 +0100

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 at eukrea.com>

---

 recipes/xl2tpd/xl2tpd.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/xl2tpd/xl2tpd.inc b/recipes/xl2tpd/xl2tpd.inc
index 5649f97..d4db996 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}"
 





More information about the Openembedded-commits mailing list