diff options
author | Ross Burton <ross@burtonini.com> | 2021-09-03 14:24:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-04 08:44:11 +0100 |
commit | 750c0c567454865e9987be2978fb87ad386d1ec7 (patch) | |
tree | af0337dbb223fce784b974fad76b761befbb4be9 /meta | |
parent | b1ff4c1349b6597bb268a4293b53e9b997b2ea1e (diff) | |
download | poky-750c0c567454865e9987be2978fb87ad386d1ec7.tar.gz |
xinetd: correct LICENSE
The xinetd license is superficially BSD-like, but it isn't BSD. Now that
we have the full SPDX license set in oe-core, use the specific xinetd
license.
(From OE-Core rev: 9d99cb5273ee0a775307afe13c14f01cb37426e0)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb index e6ef5cf8b9..ec90de830d 100644 --- a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb +++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | |||
@@ -2,9 +2,7 @@ SUMMARY = "Socket-based service activation daemon" | |||
2 | HOMEPAGE = "https://github.com/xinetd-org/xinetd" | 2 | HOMEPAGE = "https://github.com/xinetd-org/xinetd" |
3 | DESCRIPTION = "xinetd is a powerful replacement for inetd, xinetd has access control mechanisms, extensive logging capabilities, the ability to make services available based on time, can place limits on the number of servers that can be started, and has deployable defence mechanisms to protect against port scanners, among other things." | 3 | DESCRIPTION = "xinetd is a powerful replacement for inetd, xinetd has access control mechanisms, extensive logging capabilities, the ability to make services available based on time, can place limits on the number of servers that can be started, and has deployable defence mechanisms to protect against port scanners, among other things." |
4 | 4 | ||
5 | # xinetd is a BSD-like license | 5 | LICENSE = "xinetd" |
6 | # Apple and Gentoo say BSD here. | ||
7 | LICENSE = "BSD" | ||
8 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=55c5fdf02cfcca3fc9621b6f2ceae10f" | 6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=55c5fdf02cfcca3fc9621b6f2ceae10f" |
9 | 7 | ||
10 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | 8 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" |