aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-03-11 09:09:51 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-03-11 11:57:19 +0100
commit6d39f386dabf6317639b1b9898273ae340fcc19e (patch)
tree70b461a8a8d935514d59b175afc1b8c17ae5939b
parent1a037cc05da35944994498b99583314c7e3c706b (diff)
downloadopenembedded-6d39f386dabf6317639b1b9898273ae340fcc19e.tar.gz
lsof: updated to 4.83
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r--recipes/lsof/lsof_4.83.bb (renamed from recipes/lsof/lsof_4.78.bb)8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/lsof/lsof_4.78.bb b/recipes/lsof/lsof_4.83.bb
index 02852a727f..d74c574a33 100644
--- a/recipes/lsof/lsof_4.78.bb
+++ b/recipes/lsof/lsof_4.83.bb
@@ -3,12 +3,16 @@ Its name stands for LiSt Open Files, and it does just that."
SECTION = "devel"
LICENSE = "BSD"
-PR = "r4"
+PR = "r0"
+
+SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2;name=lsof483tarbz2"
+SRC_URI[lsof483tarbz2.md5sum] = "8f731a6251b8c0143d585df0d5ca779e"
+SRC_URI[lsof483tarbz2.sha256sum] = "b89f930bbe36b970e3cd070b9860ee701d8c7285ffedf2fbcec0e5fa3cb1f544"
-SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
S = "${WORKDIR}/lsof_${PV}_src"
+# the tar.bz2 file contains another tar, cde below unpacks it
python do_unpack () {
bb.build.exec_func('base_do_unpack', d)
src_uri = bb.data.getVar('SRC_URI', d)