Fix SRC_URI of lsof (add OLD/)

git-svn-id: https://svn.o-hand.com/repos/poky@253 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord
2006-02-07 11:11:27 +00:00
parent d452ba2aa0
commit f54968cb39

View 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"