diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-09-14 08:58:06 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-09-15 06:48:26 -0700 |
commit | 30e318470430bf7fcc3551cf4e10728712a61f00 (patch) | |
tree | d083a9073b3af4b74deaa1509d171e9d67a5905c | |
parent | 5fb3730c37d4a1c0b40d9bb2b2e16e892838b7f3 (diff) | |
download | meta-security-30e318470430bf7fcc3551cf4e10728712a61f00.tar.gz |
opendnssec: set precise BSD license
"BSD" is ambiguous, use the precise licenses BSD-2-Clause
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/opendnssec/opendnssec_2.1.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/opendnssec/opendnssec_2.1.9.bb b/recipes-security/opendnssec/opendnssec_2.1.9.bb index 8e36812..6c1bd46 100644 --- a/recipes-security/opendnssec/opendnssec_2.1.9.bb +++ b/recipes-security/opendnssec/opendnssec_2.1.9.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "OpenDNSSEC is a policy-based zone signer that automates the process of keeping track of DNSSEC keys and the signing of zones" | 1 | SUMMARY = "OpenDNSSEC is a policy-based zone signer that automates the process of keeping track of DNSSEC keys and the signing of zones" |
2 | 2 | ||
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b041dbe2da80d4efd951393fbba90937" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b041dbe2da80d4efd951393fbba90937" |
5 | 5 | ||
6 | DEPENDS = "libxml2 openssl ldns libmicrohttpd jansson libyaml " | 6 | DEPENDS = "libxml2 openssl ldns libmicrohttpd jansson libyaml " |