diff options
author | Chris Lord <chris@openedhand.com> | 2006-02-07 11:11:27 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-02-07 11:11:27 +0000 |
commit | f54968cb3920eacbcafb0e94e02340079934faac (patch) | |
tree | 04a758f755c083e553cd2ab468d7f1b10c6b4660 /openembedded/packages | |
parent | d452ba2aa0d7f404dcbc725bca91914a9db2d438 (diff) | |
download | openembedded-core-f54968cb3920eacbcafb0e94e02340079934faac.tar.gz openembedded-core-f54968cb3920eacbcafb0e94e02340079934faac.tar.bz2 openembedded-core-f54968cb3920eacbcafb0e94e02340079934faac.tar.xz openembedded-core-f54968cb3920eacbcafb0e94e02340079934faac.zip |
Fix SRC_URI of lsof (add OLD/)
git-svn-id: https://svn.o-hand.com/repos/poky@253 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages')
-rw-r--r-- | openembedded/packages/lsof/lsof_4.75.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/lsof/lsof_4.75.bb b/openembedded/packages/lsof/lsof_4.75.bb index 7c1bba3b6..0562a57fb 100644 --- a/openembedded/packages/lsof/lsof_4.75.bb +++ b/openembedded/packages/lsof/lsof_4.75.bb @@ -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" |