From: Frans Meulenbroeks Date: Thu, 11 Mar 2010 08:09:51 +0000 (+0100) Subject: lsof: updated to 4.83 X-Git-Tag: Release-2010-05/1~370 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d39f386dabf6317639b1b9898273ae340fcc19e;p=openembedded.git lsof: updated to 4.83 Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/lsof/lsof_4.78.bb b/recipes/lsof/lsof_4.83.bb similarity index 81% rename from recipes/lsof/lsof_4.78.bb rename to 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)