summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lsof/lsof_4.91.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-09-03 14:24:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-04 08:44:10 +0100
commitf2a82942ff6ba33e1e312845282d1736e75da824 (patch)
tree34f2a3ba18d36c996a0a9fb67e6682d694e0e1a4 /meta/recipes-extended/lsof/lsof_4.91.bb
parentfedbcb06d65aaa723533f787e0b7de56eaeefb7d (diff)
downloadpoky-f2a82942ff6ba33e1e312845282d1736e75da824.tar.gz
lsof: correct LICENSE
The lsof LICENSE is superficially BSD-like, but it isn't BSD. Now that we have the full SPDX license set in oe-core, use Spencer-94. (From OE-Core rev: 5c1d61d1d4dfacb643a366285c0392e6a31087ed) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lsof/lsof_4.91.bb')
-rw-r--r--meta/recipes-extended/lsof/lsof_4.91.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.91.bb b/meta/recipes-extended/lsof/lsof_4.91.bb
index b3adfd57af..7c85bf23fc 100644
--- a/meta/recipes-extended/lsof/lsof_4.91.bb
+++ b/meta/recipes-extended/lsof/lsof_4.91.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \
3Its name stands for LiSt Open Files, and it does just that." 3Its name stands for LiSt Open Files, and it does just that."
4HOMEPAGE = "http://people.freebsd.org/~abe/" 4HOMEPAGE = "http://people.freebsd.org/~abe/"
5SECTION = "devel" 5SECTION = "devel"
6LICENSE = "BSD" 6LICENSE = "Spencer-94"
7LIC_FILES_CHKSUM = "file://00README;beginline=645;endline=679;md5=964df275d26429ba3b39dbb9f205172a" 7LIC_FILES_CHKSUM = "file://00README;beginline=645;endline=679;md5=964df275d26429ba3b39dbb9f205172a"
8 8
9# Upstream lsof releases are hosted on an ftp server which times out download 9# Upstream lsof releases are hosted on an ftp server which times out download