diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2014-12-29 11:24:09 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-30 11:38:41 +0000 |
commit | b463d7001972a255447aec9dfdecd4af693293b4 (patch) | |
tree | 7724a36706eeca3bf302cb03814a0146131d0d9d | |
parent | ad95a4e3da9bf80b535f71231631117c854d35cb (diff) | |
download | openembedded-core-b463d7001972a255447aec9dfdecd4af693293b4.tar.gz openembedded-core-b463d7001972a255447aec9dfdecd4af693293b4.tar.bz2 openembedded-core-b463d7001972a255447aec9dfdecd4af693293b4.zip |
lsof: Upgrade to 4.88
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/lsof/lsof_4.88.bb (renamed from meta/recipes-extended/lsof/lsof_4.87.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.87.bb b/meta/recipes-extended/lsof/lsof_4.88.bb index e7a1eb2129..a96b06eae7 100644 --- a/meta/recipes-extended/lsof/lsof_4.87.bb +++ b/meta/recipes-extended/lsof/lsof_4.88.bb @@ -6,8 +6,8 @@ LICENSE = "BSD" SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" -SRC_URI[md5sum] = "80e2a76d0e05826db910ec88e631296c" -SRC_URI[sha256sum] = "dfdd3709d82bc79ccdf3e404b84aafa9aede5948642a824ecaefd0aac589da2c" +SRC_URI[md5sum] = "1b29c10db4aa88afcaeeaabeef6790db" +SRC_URI[sha256sum] = "fe6f9b0e26b779ccd0ea5a0b6327c2b5c38d207a6db16f61ac01bd6c44e5c99b" LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" S = "${WORKDIR}/lsof_${PV}_src" |