diff options
author | Armin Kuster <akuster808@gmail.com> | 2017-02-07 00:21:33 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-02-18 10:22:11 -0500 |
commit | 583a3af2e678248b3118bb6284b99b06236f35ea (patch) | |
tree | 4aa9e7ae18f87128a97e3c18f0da19c875430370 /meta-networking/recipes-netkit | |
parent | 3a3e443864d67931abbb3798e116e63367af1a87 (diff) | |
download | meta-openembedded-583a3af2e678248b3118bb6284b99b06236f35ea.tar.gz |
netkit-ruser: update SRC_URI
ERROR: netkit-telnet-0.17-r0 do_checkuri: Fetcher failure for URL: 'ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-telnet-0.17.tar.gz'. URL ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-telnet-0.17.tar.gz doesn't work
ERROR: netkit-telnet-0.17-r0 do_checkuri: Function failed: do_checkuri
Debian moved these sources
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-netkit')
-rw-r--r-- | meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb index 24eb96f36..459e39e59 100644 --- a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | |||
@@ -6,8 +6,8 @@ LICENSE = "BSD" | |||
6 | LIC_FILES_CHKSUM = "file://rusers/rusers.c;beginline=2;endline=3;md5=f4fc634a4ce8c569911196b72b10770e" | 6 | LIC_FILES_CHKSUM = "file://rusers/rusers.c;beginline=2;endline=3;md5=f4fc634a4ce8c569911196b72b10770e" |
7 | DEPENDS = " tcp-wrappers libtirpc rpcbind" | 7 | DEPENDS = " tcp-wrappers libtirpc rpcbind" |
8 | 8 | ||
9 | SRC_URI = "${DEBIAN_MIRROR}/main/n/${BPN}/${BPN}_${PV}.orig.tar.gz;name=archive \ | 9 | SRC_URI = "http://http.debian.net/debian/pool/main/n/${BPN}/${BPN}_${PV}.orig.tar.gz;name=archive \ |
10 | ${DEBIAN_MIRROR}/main/n/${BPN}/${BPN}_${PV}-8.diff.gz;name=patch8 \ | 10 | http://http.debian.net/debian/pool/main/n/${BPN}/${BPN}_${PV}-8.diff.gz;name=patch8 \ |
11 | file://rpc.rusersd-Makefile-fix-parallel-build-issue.patch \ | 11 | file://rpc.rusersd-Makefile-fix-parallel-build-issue.patch \ |
12 | " | 12 | " |
13 | 13 | ||