]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix SRC_URI of lsof (add OLD/)
authorChris Lord <chris@openedhand.com>
Tue, 7 Feb 2006 11:11:27 +0000 (11:11 +0000)
committerChris Lord <chris@openedhand.com>
Tue, 7 Feb 2006 11:11:27 +0000 (11:11 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@253 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/lsof/lsof_4.75.bb

index 7c1bba3b6ce4ad17359e68ad6b890a99112e6226..0562a57fb18defbe00a6a11d2ffe7fa64a2cc5d9 100644 (file)
@@ -4,7 +4,7 @@ tool. Its name stands for LiSt Open Files, and it \
 does just that."
 LICENSE = "BSD"
 
-SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
+SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/lsof_${PV}.tar.bz2"
 LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
 S = "${WORKDIR}/lsof_${PV}_src"