summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-02-07 11:11:27 +0000
committerChris Lord <chris@openedhand.com>2006-02-07 11:11:27 +0000
commitf54968cb3920eacbcafb0e94e02340079934faac (patch)
tree04a758f755c083e553cd2ab468d7f1b10c6b4660 /openembedded
parentd452ba2aa0d7f404dcbc725bca91914a9db2d438 (diff)
downloadpoky-f54968cb3920eacbcafb0e94e02340079934faac.tar.gz
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')
-rw-r--r--openembedded/packages/lsof/lsof_4.75.bb2
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 7c1bba3b6c..0562a57fb1 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 \
4does just that." 4does just that."
5LICENSE = "BSD" 5LICENSE = "BSD"
6 6
7SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" 7SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/lsof_${PV}.tar.bz2"
8LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" 8LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
9S = "${WORKDIR}/lsof_${PV}_src" 9S = "${WORKDIR}/lsof_${PV}_src"
10 10