diff options
author | Ross Burton <ross@burtonini.com> | 2021-09-02 17:24:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-03 09:03:34 +0100 |
commit | f5e78cb2ca111e368ed84458025e44b2e0d8e783 (patch) | |
tree | fff0c5be6e5df222e60fdfedbfd5b3038fc36ee2 /meta/recipes-extended/iputils | |
parent | 6dc9c606f66c82a995f9cf05ed7aeee69be422f9 (diff) | |
download | poky-f5e78cb2ca111e368ed84458025e44b2e0d8e783.tar.gz |
iputils: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-3-Clause.
(From OE-Core rev: e3ece26a268e0f7b69221ce1da2f5be613b5826f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/iputils')
-rw-r--r-- | meta/recipes-extended/iputils/iputils_20210722.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/iputils/iputils_20210722.bb b/meta/recipes-extended/iputils/iputils_20210722.bb index 2e8d9032e4..cafb0f634e 100644 --- a/meta/recipes-extended/iputils/iputils_20210722.bb +++ b/meta/recipes-extended/iputils/iputils_20210722.bb | |||
@@ -4,7 +4,7 @@ tracepath, tracepath6, ping, ping6 and arping." | |||
4 | HOMEPAGE = "https://github.com/iputils/iputils" | 4 | HOMEPAGE = "https://github.com/iputils/iputils" |
5 | SECTION = "console/network" | 5 | SECTION = "console/network" |
6 | 6 | ||
7 | LICENSE = "BSD & GPLv2+" | 7 | LICENSE = "BSD-3-Clause & GPLv2+" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55aa8c9fcad0691cef0ecd420361e390" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55aa8c9fcad0691cef0ecd420361e390" |
10 | 10 | ||