git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a0e1b7
)
xl2tpd: fix SRC_URI
author
Eric Bénard
<eric@eukrea.com>
Mon, 20 Dec 2010 21:44:23 +0000
(22:44 +0100)
committer
Eric Bénard
<eric@eukrea.com>
Mon, 20 Dec 2010 23:25:01 +0000
(
00:25
+0100)
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>
recipes/xl2tpd/xl2tpd.inc
patch
|
blob
|
history
diff --git
a/recipes/xl2tpd/xl2tpd.inc
b/recipes/xl2tpd/xl2tpd.inc
index
5649f97
..
d4db996
100644
(file)
--- 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}"