]> code.ossystems Code Review - openembedded-core.git/commitdiff
libcap: Use specific BSD license variant
authorJoshua Watt <JPEWhacker@gmail.com>
Wed, 1 Sep 2021 13:45:03 +0000 (08:45 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Sep 2021 14:19:00 +0000 (15:19 +0100)
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.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libcap/libcap_2.51.bb

index 3e653e371e20368032add6c99174d2644214f8f2..c9c30fb05f54e8b22b1304aff9ae909877d79cec 100644 (file)
@@ -4,7 +4,7 @@ These allow giving various kinds of specific privileges to individual \
 users, without giving them full root permissions."
 HOMEPAGE = "http://sites.google.com/site/fullycapable/"
 # no specific GPL version required
-LICENSE = "BSD | GPLv2"
+LICENSE = "BSD-3-Clause | GPLv2"
 LIC_FILES_CHKSUM = "file://License;md5=e2370ba375efe9e1a095c26d37e483b8"
 
 DEPENDS = "hostperl-runtime-native gperf-native"