diff options
author | Ovidiu Panait <ovidiu.panait@windriver.com> | 2018-07-25 16:06:39 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-30 12:44:34 +0100 |
commit | ad02cb7f8265a0d8b4988a3f1f68bafd9507ae63 (patch) | |
tree | 53faa9ee56ddb559d322aef40f77912d848d4fd1 /meta/recipes-extended/lsof | |
parent | ebc0069b3660e87a0360494351539cfb73fcb05d (diff) | |
download | poky-ad02cb7f8265a0d8b4988a3f1f68bafd9507ae63.tar.gz |
lsof: upgrade 4.89 -> 4.91
(From OE-Core rev: 784f993f52c8e591d96efadfec486a736b6f1ff5)
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lsof')
-rw-r--r-- | meta/recipes-extended/lsof/lsof_4.91.bb (renamed from meta/recipes-extended/lsof/lsof_4.89.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/meta/recipes-extended/lsof/lsof_4.91.bb index 14546db23c..0128de4a6e 100644 --- a/meta/recipes-extended/lsof/lsof_4.89.bb +++ b/meta/recipes-extended/lsof/lsof_4.91.bb | |||
@@ -15,8 +15,8 @@ SRC_URI = "http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/uni | |||
15 | file://lsof-remove-host-information.patch \ | 15 | file://lsof-remove-host-information.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[md5sum] = "1b9cd34f3fb86856a125abbf2be3a386" | 18 | SRC_URI[md5sum] = "148ed410cb52e08c2adc0c60f480f11f" |
19 | SRC_URI[sha256sum] = "81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718" | 19 | SRC_URI[sha256sum] = "c9da946a525fbf82ff80090b6d1879c38df090556f3fe0e6d782cb44172450a3" |
20 | 20 | ||
21 | LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" | 21 | LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" |
22 | 22 | ||