diff options
author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2013-01-08 12:09:54 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-01-09 16:40:36 -0800 |
commit | 24b57b871ab559e8ff5fe5cdd0412ef6ac51f689 (patch) | |
tree | 9a11039e726c9e9d19dbafd0ccb6f8c60bf8d474 /meta/recipes-extended | |
parent | 1880bcddd2532b22542cc6eccbadf889a1749db9 (diff) | |
download | openembedded-core-24b57b871ab559e8ff5fe5cdd0412ef6ac51f689.tar.gz openembedded-core-24b57b871ab559e8ff5fe5cdd0412ef6ac51f689.tar.bz2 openembedded-core-24b57b871ab559e8ff5fe5cdd0412ef6ac51f689.zip |
lsof: updated to 4.87
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/lsof/lsof_4.87.bb (renamed from meta/recipes-extended/lsof/lsof_4.86.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.86.bb b/meta/recipes-extended/lsof/lsof_4.87.bb index e3f5ef387f..2f425aab4a 100644 --- a/meta/recipes-extended/lsof/lsof_4.86.bb +++ b/meta/recipes-extended/lsof/lsof_4.87.bb @@ -7,8 +7,8 @@ PR = "r0" SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" -SRC_URI[md5sum] = "9f1cda41f35add068c7b81f873fa56b5" -SRC_URI[sha256sum] = "13e52b8e87dddf1b2e219004e315d755c659217ce6ffc6a5f1102969f1c4dd0c" +SRC_URI[md5sum] = "80e2a76d0e05826db910ec88e631296c" +SRC_URI[sha256sum] = "dfdd3709d82bc79ccdf3e404b84aafa9aede5948642a824ecaefd0aac589da2c" LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" S = "${WORKDIR}/lsof_${PV}_src" |