From 783dd6785a14b4559dfeec3cf0405519fc0759af Mon Sep 17 00:00:00 2001 From: Martin Dietze Date: Sat, 23 Feb 2013 13:26:21 +0100 Subject: lsof: fixed download url for version 4.78 --- recipes/lsof/lsof_4.78.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/lsof/lsof_4.78.bb b/recipes/lsof/lsof_4.78.bb index 51f0b8b2c4..d971ec4396 100644 --- a/recipes/lsof/lsof_4.78.bb +++ b/recipes/lsof/lsof_4.78.bb @@ -3,7 +3,7 @@ Its name stands for LiSt Open Files, and it does just that." SECTION = "devel" LICENSE = "BSD" -SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" +SRC_URI = "http://www.the-little-red-haired-girl.org/pub/nylon/thirdparty/lsof_${PV}.tar.bz2" LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" S = "${WORKDIR}/lsof_${PV}_src" -- cgit 1.2.3-korg