[oe-commits] Frans Meulenbroeks : lsof: updated to 4.83

git version control git at git.openembedded.org
Thu Mar 11 12:44:41 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 6d39f386dabf6317639b1b9898273ae340fcc19e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6d39f386dabf6317639b1b9898273ae340fcc19e

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Thu Mar 11 09:09:51 2010 +0100

lsof: updated to 4.83

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/lsof/{lsof_4.78.bb => lsof_4.83.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
similarity index 81%
rename from recipes/lsof/lsof_4.78.bb
rename to recipes/lsof/lsof_4.83.bb
index 02852a7..d74c574 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)





More information about the Openembedded-commits mailing list