diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-09-01 08:45:03 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-02 12:12:07 +0100 |
commit | 995d67231774f984d281ff82ba5b902ef3c0f130 (patch) | |
tree | 3e91eaefb0ffaf41aec3e4548bb674b4fe206e0e /meta/recipes-support | |
parent | d19e9f86d5bfda551a6741be74224556b3c64ceb (diff) | |
download | poky-995d67231774f984d281ff82ba5b902ef3c0f130.tar.gz |
libcap: Use specific BSD license variant
Make the license more accurate by specifying the specific variant of BSD
license instead of the generic one. This helps with SPDX license
attribution as "BSD" is not a valid SPDX license.
(From OE-Core rev: 9e8b2bc55792932e23d3b053b393b7ff88bffd6b)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libcap/libcap_2.51.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libcap/libcap_2.51.bb b/meta/recipes-support/libcap/libcap_2.51.bb index 3e653e371e..c9c30fb05f 100644 --- a/meta/recipes-support/libcap/libcap_2.51.bb +++ b/meta/recipes-support/libcap/libcap_2.51.bb | |||
@@ -4,7 +4,7 @@ These allow giving various kinds of specific privileges to individual \ | |||
4 | users, without giving them full root permissions." | 4 | users, without giving them full root permissions." |
5 | HOMEPAGE = "http://sites.google.com/site/fullycapable/" | 5 | HOMEPAGE = "http://sites.google.com/site/fullycapable/" |
6 | # no specific GPL version required | 6 | # no specific GPL version required |
7 | LICENSE = "BSD | GPLv2" | 7 | LICENSE = "BSD-3-Clause | GPLv2" |
8 | LIC_FILES_CHKSUM = "file://License;md5=e2370ba375efe9e1a095c26d37e483b8" | 8 | LIC_FILES_CHKSUM = "file://License;md5=e2370ba375efe9e1a095c26d37e483b8" |
9 | 9 | ||
10 | DEPENDS = "hostperl-runtime-native gperf-native" | 10 | DEPENDS = "hostperl-runtime-native gperf-native" |