summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lsof/lsof_4.89.bb
diff options
context:
space:
mode:
authorLi Wang <li.wang@windriver.com>2017-08-30 15:05:16 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-30 11:19:53 +0100
commita822bf7843f0f22f898ce667c8fb0aafbb317826 (patch)
treeb904a6a098171285149333bd4ce8747a1e3cb3b5 /meta/recipes-extended/lsof/lsof_4.89.bb
parent073ca1cbd1b70d5b36618584a8c88cbba391a259 (diff)
downloadopenembedded-core-a822bf7843f0f22f898ce667c8fb0aafbb317826.tar.gz
lsof: remove host information from version.h
lsof -v would show some information for host. Clean up these from version.h. Signed-off-by: Li Wang <li.wang@windriver.com> Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lsof/lsof_4.89.bb')
-rw-r--r--meta/recipes-extended/lsof/lsof_4.89.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/meta/recipes-extended/lsof/lsof_4.89.bb
index 29245b1ab9..14546db23c 100644
--- a/meta/recipes-extended/lsof/lsof_4.89.bb
+++ b/meta/recipes-extended/lsof/lsof_4.89.bb
@@ -11,7 +11,9 @@ LIC_FILES_CHKSUM = "file://00README;beginline=645;endline=679;md5=964df275d26429
# https://people.freebsd.org/~abe/ ). http://www.mirrorservice.org seems to be
# the most commonly used alternative.
-SRC_URI = "http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
+SRC_URI = "http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2 \
+ file://lsof-remove-host-information.patch \
+ "
SRC_URI[md5sum] = "1b9cd34f3fb86856a125abbf2be3a386"
SRC_URI[sha256sum] = "81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718"